test: Try to work around a resolve1 bug in class-cast-to-iface-cross-crate-2

This commit is contained in:
Patrick Walton 2012-07-03 20:12:01 -07:00
parent 08368a38d3
commit 3f06a8c8d5

View File

@ -1,7 +1,7 @@
// xfail-fast
// aux-build:cci_class_cast.rs
use cci_class_cast;
import to_str::*;
import to_str::to_str;
import cci_class_cast::kitty::*;
fn print_out<T: to_str>(thing: T, expected: str) {