about summary refs log tree commit diff
path: root/src/test/run-pass/task-comm-16.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/task-comm-16.rs')
-rw-r--r--src/test/run-pass/task-comm-16.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/task-comm-16.rs b/src/test/run-pass/task-comm-16.rs
index c9e8ae3ab79..d5a4b1a72c9 100644
--- a/src/test/run-pass/task-comm-16.rs
+++ b/src/test/run-pass/task-comm-16.rs
@@ -9,6 +9,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+use std::comm;
+use std::cmp;
 
 // Tests of ports and channels on various types
 fn test_rec() {