about summary refs log tree commit diff
path: root/src/test/run-pass/task-comm-15.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/task-comm-15.rs')
-rw-r--r--src/test/run-pass/task-comm-15.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/task-comm-15.rs b/src/test/run-pass/task-comm-15.rs
index b1cde6b9357..4e4d38b9605 100644
--- a/src/test/run-pass/task-comm-15.rs
+++ b/src/test/run-pass/task-comm-15.rs
@@ -10,7 +10,7 @@
 
 // ignore-fast
 
-extern mod extra;
+extern crate extra;
 
 use std::task;