about summary refs log tree commit diff
path: root/src/test/run-pass/static-method-test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/static-method-test.rs')
-rw-r--r--src/test/run-pass/static-method-test.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-pass/static-method-test.rs b/src/test/run-pass/static-method-test.rs
index 3ae8768e41e..4dde143f686 100644
--- a/src/test/run-pass/static-method-test.rs
+++ b/src/test/run-pass/static-method-test.rs
@@ -10,6 +10,10 @@
 
 // xfail-fast
 
+use std::at_vec;
+use std::uint;
+use std::vec;
+
 // A trait for objects that can be used to do an if-then-else
 // (No actual need for this to be static, but it is a simple test.)
 trait bool_like {