diff options
Diffstat (limited to 'src/test/run-pass/task-comm-chan-nil.rs')
| -rw-r--r-- | src/test/run-pass/task-comm-chan-nil.rs | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/task-comm-chan-nil.rs b/src/test/run-pass/task-comm-chan-nil.rs index 3ea17898ead..368cac1d27d 100644 --- a/src/test/run-pass/task-comm-chan-nil.rs +++ b/src/test/run-pass/task-comm-chan-nil.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +use std::comm::channel; + // rustboot can't transmit nils across channels because they don't have // any size, but rustc currently can because they do have size. Whether // or not this is desirable I don't know, but here's a regression test.  | 
