about summary refs log tree commit diff
path: root/src/test/run-pass/extern-mod-syntax.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/extern-mod-syntax.rs')
-rw-r--r--src/test/run-pass/extern-mod-syntax.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/extern-mod-syntax.rs b/src/test/run-pass/extern-mod-syntax.rs
index 719cda244b5..7798bdc3d0a 100644
--- a/src/test/run-pass/extern-mod-syntax.rs
+++ b/src/test/run-pass/extern-mod-syntax.rs
@@ -1,5 +1,5 @@
 extern mod std;
-use std::map::hashmap;
+use std::map::HashMap;
 
 fn main() {
     io::println("Hello world!");