about summary refs log tree commit diff
path: root/src/test/run-pass/class-impl-very-parameterized-trait.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/class-impl-very-parameterized-trait.rs')
-rw-r--r--src/test/run-pass/class-impl-very-parameterized-trait.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/run-pass/class-impl-very-parameterized-trait.rs b/src/test/run-pass/class-impl-very-parameterized-trait.rs
index a73af840fe4..b8ea3bec21a 100644
--- a/src/test/run-pass/class-impl-very-parameterized-trait.rs
+++ b/src/test/run-pass/class-impl-very-parameterized-trait.rs
@@ -10,8 +10,11 @@
 
 // xfail-fast
 
+use std::cmp;
 use std::container::{Container, Mutable, Map};
+use std::int;
 use std::old_iter::BaseIter;
+use std::uint;
 
 enum cat_type { tuxedo, tabby, tortoiseshell }