diff --git a/src/test/compile-fail/export-fully-qualified.rs b/src/test/compile-fail/export-fully-qualified.rs index 282257545e1..1f62b0a8178 100644 --- a/src/test/compile-fail/export-fully-qualified.rs +++ b/src/test/compile-fail/export-fully-qualified.rs @@ -1,5 +1,4 @@ // xfail-boot -// xfail-stage0 // error-pattern: unresolved name // In this test baz isn't resolved when called as foo.baz even though diff --git a/src/test/compile-fail/export-import.rs b/src/test/compile-fail/export-import.rs index 6cc053d1a2e..cfa27af3aaf 100644 --- a/src/test/compile-fail/export-import.rs +++ b/src/test/compile-fail/export-import.rs @@ -1,5 +1,4 @@ // xfail-boot -// xfail-stage0 // error-pattern: unresolved name import m.unexported; diff --git a/src/test/compile-fail/export-no-tag-variants.rs b/src/test/compile-fail/export-no-tag-variants.rs index b812859c80a..697998029d3 100644 --- a/src/test/compile-fail/export-no-tag-variants.rs +++ b/src/test/compile-fail/export-no-tag-variants.rs @@ -1,5 +1,4 @@ // xfail-boot -// xfail-stage0 // error-pattern: unresolved name // Tag variants are not exported with their tags. This allows for a diff --git a/src/test/compile-fail/export-tag-variant.rs b/src/test/compile-fail/export-tag-variant.rs index 1de937e25cd..c37dac2ecd3 100644 --- a/src/test/compile-fail/export-tag-variant.rs +++ b/src/test/compile-fail/export-tag-variant.rs @@ -1,5 +1,4 @@ // xfail-boot -// xfail-stage0 // error-pattern: unresolved name mod foo { diff --git a/src/test/compile-fail/export.rs b/src/test/compile-fail/export.rs index 8b491542a92..d54e515c6a5 100644 --- a/src/test/compile-fail/export.rs +++ b/src/test/compile-fail/export.rs @@ -1,5 +1,4 @@ // xfail-boot -// xfail-stage0 // error-pattern: unresolved name mod foo { export x; diff --git a/src/test/compile-fail/export2.rs b/src/test/compile-fail/export2.rs index 435ffb904d9..18e84ddc035 100644 --- a/src/test/compile-fail/export2.rs +++ b/src/test/compile-fail/export2.rs @@ -1,5 +1,4 @@ // xfail-boot -// xfail-stage0 // error-pattern: unresolved name mod foo {