Skip to content

Commit

Permalink
Remove some ignore-stage1 annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 3, 2020
1 parent 3503f56 commit 9b6b400
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/test/compile-fail/asm-src-loc-codegen-units.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// WONTFIX(#20184) Needs landing pads (not present in stage1) or the compiler hangs.
// ignore-stage1
// compile-flags: -C codegen-units=2
// ignore-emscripten

Expand Down
2 changes: 0 additions & 2 deletions src/test/run-make-fulldeps/issue-37839/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
-include ../tools.mk

# ignore-stage1

all:
$(RUSTC) a.rs && $(RUSTC) b.rs
$(BARE_RUSTC) c.rs -L dependency=$(TMPDIR) --extern b=$(TMPDIR)/libb.rlib \
Expand Down
2 changes: 0 additions & 2 deletions src/test/run-make-fulldeps/issue-37893/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
-include ../tools.mk

# ignore-stage1

all:
$(RUSTC) a.rs && $(RUSTC) b.rs && $(RUSTC) c.rs

0 comments on commit 9b6b400

Please sign in to comment.