about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-06-18 15:46:34 -0700
committerBrian Anderson <banderson@mozilla.com>2012-06-18 15:46:34 -0700
commit49d6d1bbb893d05f397ed7a5ae9c51bc1352ccf6 (patch)
treec75ffb902a48f782ae66d3df78219ccbc54c65fa
parent85977ced3f6796e9e6de25140ec0af14938a7e87 (diff)
downloadrust-49d6d1bbb893d05f397ed7a5ae9c51bc1352ccf6.tar.gz
rust-49d6d1bbb893d05f397ed7a5ae9c51bc1352ccf6.zip
Remove FIXME from run-pass/basic.rs. Closes #2600
-rw-r--r--src/test/run-pass/basic.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/basic.rs b/src/test/run-pass/basic.rs
index 2b0dab5d1a8..9a53eb358e9 100644
--- a/src/test/run-pass/basic.rs
+++ b/src/test/run-pass/basic.rs
@@ -39,7 +39,6 @@ fn main() {
     log(debug, x);
     n = recv(p);
     n = recv(p);
-    // FIXME: use signal-channel for this. (#2600)
     #debug("children finished, root finishing");
 }