test: Fix test/run-pass/class-cast-to-trait-cross-crate-2. rs=fire
This commit is contained in:
parent
40eaecbd47
commit
19dfb47564
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue