aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/task-comm-10.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/run-pass/task-comm-10.rs b/src/test/run-pass/task-comm-10.rs
index 529ef6f5..4cdcf18b 100644
--- a/src/test/run-pass/task-comm-10.rs
+++ b/src/test/run-pass/task-comm-10.rs
@@ -2,8 +2,7 @@ io fn start(chan[chan[str]] c) {
let port[str] p = port();
c <| chan(p);
auto a <- p;
- auto b <- p;
- // Never read the second string.
+ // auto b <- p; // Never read the second string.
}
io fn main() {