Skip to content

Commit 92471ef

Browse files
committed
Un-XFAIL compile-fail export tests for stage0
1 parent d6f1fcf commit 92471ef

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

src/test/compile-fail/export-fully-qualified.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43

54
// In this test baz isn't resolved when called as foo.baz even though

src/test/compile-fail/export-import.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43

54
import m.unexported;

src/test/compile-fail/export-no-tag-variants.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43

54
// Tag variants are not exported with their tags. This allows for a

src/test/compile-fail/export-tag-variant.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43

54
mod foo {

src/test/compile-fail/export.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43
mod foo {
54
export x;

src/test/compile-fail/export2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-boot
2-
// xfail-stage0
32
// error-pattern: unresolved name
43

54
mod foo {

0 commit comments

Comments
 (0)