diff options
Diffstat (limited to 'src/test/compile-fail/bad-expr-path2.rs')
| -rw-r--r-- | src/test/compile-fail/bad-expr-path2.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/compile-fail/bad-expr-path2.rs b/src/test/compile-fail/bad-expr-path2.rs index 607c9173..1ace6295 100644 --- a/src/test/compile-fail/bad-expr-path2.rs +++ b/src/test/compile-fail/bad-expr-path2.rs @@ -1,4 +1,6 @@ -// error-pattern: is a module, not a +// xfail-boot +// xfail-stage0 +// error-pattern: unresolved name: a mod m1 { mod a { |