diff --git a/src/test/pretty/block-arg-disambig.rs b/src/test/pretty/block-arg-disambig.rs index b9ce5612a8c..3d7203efed5 100644 --- a/src/test/pretty/block-arg-disambig.rs +++ b/src/test/pretty/block-arg-disambig.rs @@ -1,5 +1,5 @@ // FIXME: The disambiguation the pretty printer does here -// is probably not necessary anymore +// is probably not necessary anymore (#2882) fn blk1(b: fn()) -> fn@() { ret fn@() { }; } fn test1() { (do blk1 { #debug["hi"]; })(); } diff --git a/src/test/run-pass/class-separate-impl.rs b/src/test/run-pass/class-separate-impl.rs index c8628943804..6130d9f8e9c 100644 --- a/src/test/run-pass/class-separate-impl.rs +++ b/src/test/run-pass/class-separate-impl.rs @@ -1,6 +1,6 @@ // xfail-test // xfail-fast -// (Not sure why, though -- FIXME (tjc) +// (Not sure why, though -- FIXME #2883) import to_str::*; import to_str::to_str; diff --git a/src/test/run-pass/issue-2718.rs b/src/test/run-pass/issue-2718.rs index 90184bf05af..96e8af30ed4 100644 --- a/src/test/run-pass/issue-2718.rs +++ b/src/test/run-pass/issue-2718.rs @@ -67,8 +67,6 @@ mod pipes { } full { fail "duplicate send" } blocked { - // FIXME: once the target will actually block, tell the - // scheduler to wake it up. // The receiver will eventually clean this up. unsafe { forget(p); }