Skip to content

Commit e8e143b

Browse files
committed
Comments only: annotate FIXMEs in tests
1 parent dac4916 commit e8e143b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/test/pretty/block-arg-disambig.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// FIXME: The disambiguation the pretty printer does here
2-
// is probably not necessary anymore
2+
// is probably not necessary anymore (#2882)
33

44
fn blk1(b: fn()) -> fn@() { ret fn@() { }; }
55
fn test1() { (do blk1 { #debug["hi"]; })(); }

src/test/run-pass/class-separate-impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// xfail-test
22
// xfail-fast
3-
// (Not sure why, though -- FIXME (tjc)
3+
// (Not sure why, though -- FIXME #2883)
44
import to_str::*;
55
import to_str::to_str;
66

src/test/run-pass/issue-2718.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ mod pipes {
6767
}
6868
full { fail "duplicate send" }
6969
blocked {
70-
// FIXME: once the target will actually block, tell the
71-
// scheduler to wake it up.
7270

7371
// The receiver will eventually clean this up.
7472
unsafe { forget(p); }

0 commit comments

Comments
 (0)