about summary refs log tree commit diff
path: root/src/test/run-pass/sendable-class.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/sendable-class.rs')
-rw-r--r--src/test/run-pass/sendable-class.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/sendable-class.rs b/src/test/run-pass/sendable-class.rs
index 3d5f0af0e3f..8691d5e875b 100644
--- a/src/test/run-pass/sendable-class.rs
+++ b/src/test/run-pass/sendable-class.rs
@@ -10,7 +10,7 @@
 
 // Test that a class with only sendable fields can be sent
 
-use std::comm::channel;
+use std::sync::mpsc::channel;
 
 struct foo {
   i: int,