add xfail-fast directive

This commit is contained in:
Niko Matsakis 2012-07-13 09:24:27 -07:00
parent a2f60651f1
commit 9504778e2a

View file

@ -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");
}
}