diff options
Diffstat (limited to 'src/test/stdtest/getopts.rs')
| -rw-r--r-- | src/test/stdtest/getopts.rs | 1 |
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; |
