diff options
| -rw-r--r-- | src/test/run-pass/crate-method-reexport-grrrrrrr.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/run-pass/crate-method-reexport-grrrrrrr.rs b/src/test/run-pass/crate-method-reexport-grrrrrrr.rs index 0482516d38f..3325b36bc3f 100644 --- a/src/test/run-pass/crate-method-reexport-grrrrrrr.rs +++ b/src/test/run-pass/crate-method-reexport-grrrrrrr.rs @@ -2,6 +2,7 @@ // name_pool::methods impl in the other crate is reachable from this // crate. +// xfail-fast // aux-build:crate-method-reexport-grrrrrrr2.rs use crate_method_reexport_grrrrrrr2; @@ -12,4 +13,4 @@ fn main() { x.cx(); let y = (); y.add("hi"); -} \ No newline at end of file +} |
