test: Fix test/run-pass/class-cast-to-trait-cross-crate-2. rs=fire

This commit is contained in:
Patrick Walton 2012-12-28 18:04:41 -08:00
parent 40eaecbd47
commit 19dfb47564

View File

@ -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) {