test: Fix test/run-pass/class-cast-to-trait-cross-crate-2. rs=fire
This commit is contained in:
parent
40eaecbd47
commit
19dfb47564
@ -11,7 +11,7 @@
|
||||
// xfail-fast
|
||||
// aux-build:cci_class_cast.rs
|
||||
extern mod cci_class_cast;
|
||||
use to_str::ToStr;
|
||||
use core::to_str::ToStr;
|
||||
use cci_class_cast::kitty::*;
|
||||
|
||||
fn print_out<T: ToStr>(thing: T, expected: ~str) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user