Skip to content

Commit 9504778

Browse files
committed
add xfail-fast directive
1 parent a2f6065 commit 9504778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/run-pass/crate-method-reexport-grrrrrrr.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// name_pool::methods impl in the other crate is reachable from this
33
// crate.
44

5+
// xfail-fast
56
// aux-build:crate-method-reexport-grrrrrrr2.rs
67

78
use crate_method_reexport_grrrrrrr2;
@@ -12,4 +13,4 @@ fn main() {
1213
x.cx();
1314
let y = ();
1415
y.add("hi");
15-
}
16+
}

0 commit comments

Comments
 (0)