Un-XFAIL compile-fail export tests for stage0

This commit is contained in:
Brian Anderson 2011-05-10 18:42:48 -04:00
parent d6f1fcff6b
commit 92471efff4
6 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -1,5 +1,4 @@
// xfail-boot
// xfail-stage0
// error-pattern: unresolved name
import m.unexported;

View File

@ -1,5 +1,4 @@
// xfail-boot
// xfail-stage0
// error-pattern: unresolved name
// Tag variants are not exported with their tags. This allows for a

View File

@ -1,5 +1,4 @@
// xfail-boot
// xfail-stage0
// error-pattern: unresolved name
mod foo {

View File

@ -1,5 +1,4 @@
// xfail-boot
// xfail-stage0
// error-pattern: unresolved name
mod foo {
export x;

View File

@ -1,5 +1,4 @@
// xfail-boot
// xfail-stage0
// error-pattern: unresolved name
mod foo {