diff options
| author | Graydon Hoare <[email protected]> | 2011-05-03 18:13:51 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-03 18:14:02 -0700 |
| commit | c36645b358a5e3ed8502177076b69ad4e243a030 (patch) | |
| tree | a1ef5ab04c105869928d877c25e6286355924f92 /src/test/compile-fail/export-boot.rs | |
| parent | Fix bug in CFG_TESTLIB that only manifests on stage1, stage2. (diff) | |
| download | rust-c36645b358a5e3ed8502177076b69ad4e243a030.tar.xz rust-c36645b358a5e3ed8502177076b69ad4e243a030.zip | |
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
Diffstat (limited to 'src/test/compile-fail/export-boot.rs')
| -rw-r--r-- | src/test/compile-fail/export-boot.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/compile-fail/export-boot.rs b/src/test/compile-fail/export-boot.rs index 7a9fc776..892f544f 100644 --- a/src/test/compile-fail/export-boot.rs +++ b/src/test/compile-fail/export-boot.rs @@ -1,4 +1,6 @@ // xfail-stage0 +// xfail-stage1 +// xfail-stage2 // error-pattern: unknown module item // rustboot has a different error message than rustc |