about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-07-18 18:32:12 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-07-18 18:32:34 -0700
commit35bd579f6686d6ba7c8c01206e14870ed2b45584 (patch)
treee1435376f102381504c9476ee23938035fee2325
parentf48dcaaae365367b0dea5710b48f0531dc81846d (diff)
downloadrust-35bd579f6686d6ba7c8c01206e14870ed2b45584.tar.gz
rust-35bd579f6686d6ba7c8c01206e14870ed2b45584.zip
Remove nonexistent imports
-rw-r--r--src/test/run-pass/morestack6.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/run-pass/morestack6.rs b/src/test/run-pass/morestack6.rs
index b345679f46d..2e4e077838d 100644
--- a/src/test/run-pass/morestack6.rs
+++ b/src/test/run-pass/morestack6.rs
@@ -1,10 +1,6 @@
 // This test attempts to force the dynamic linker to resolve
 // external symbols as close to the red zone as possible.
 
-use std;
-import task;
-import std::rand;
-
 extern mod rustrt {
     fn debug_get_stk_seg() -> *u8;