diff options
Diffstat (limited to 'src/test/run-pass/send-resource.rs')
| -rw-r--r-- | src/test/run-pass/send-resource.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/send-resource.rs b/src/test/run-pass/send-resource.rs index ac910232c16..6bda62be621 100644 --- a/src/test/run-pass/send-resource.rs +++ b/src/test/run-pass/send-resource.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use core::pipes::*; +use core::comm::*; struct test { f: int, |
