Un-XFAIL compile-fail export tests for stage0
This commit is contained in:
parent
d6f1fcff6b
commit
92471efff4
@ -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
|
||||
|
@ -1,5 +1,4 @@
|
||||
// xfail-boot
|
||||
// xfail-stage0
|
||||
// error-pattern: unresolved name
|
||||
|
||||
import m.unexported;
|
||||
|
@ -1,5 +1,4 @@
|
||||
// xfail-boot
|
||||
// xfail-stage0
|
||||
// error-pattern: unresolved name
|
||||
|
||||
// Tag variants are not exported with their tags. This allows for a
|
||||
|
@ -1,5 +1,4 @@
|
||||
// xfail-boot
|
||||
// xfail-stage0
|
||||
// error-pattern: unresolved name
|
||||
|
||||
mod foo {
|
||||
|
@ -1,5 +1,4 @@
|
||||
// xfail-boot
|
||||
// xfail-stage0
|
||||
// error-pattern: unresolved name
|
||||
mod foo {
|
||||
export x;
|
||||
|
@ -1,5 +1,4 @@
|
||||
// xfail-boot
|
||||
// xfail-stage0
|
||||
// error-pattern: unresolved name
|
||||
|
||||
mod foo {
|
||||
|
Loading…
Reference in New Issue
Block a user