Skip to content

Commit 19dfb47

Browse files
committed
test: Fix test/run-pass/class-cast-to-trait-cross-crate-2. rs=fire
1 parent 40eaecb commit 19dfb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/class-cast-to-trait-cross-crate-2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// xfail-fast
1212
// aux-build:cci_class_cast.rs
1313
extern mod cci_class_cast;
14-
use to_str::ToStr;
14+
use core::to_str::ToStr;
1515
use cci_class_cast::kitty::*;
1616

1717
fn print_out<T: ToStr>(thing: T, expected: ~str) {

0 commit comments

Comments
 (0)