summary refs log tree commit diff
path: root/src/test/stdtest/getopts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/stdtest/getopts.rs')
-rw-r--r--src/test/stdtest/getopts.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/stdtest/getopts.rs b/src/test/stdtest/getopts.rs
index 781abf48405..3730a17e181 100644
--- a/src/test/stdtest/getopts.rs
+++ b/src/test/stdtest/getopts.rs
@@ -1,3 +1,4 @@
+import core::*;
 
 use std;
 import opt = std::getopts;