Skip to content

Commit 56410b2

Browse files
committed
Remove FIXME test that's covered by run-pass/unreachable-code.rs
1 parent 8911aef commit 56410b2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/run-pass/wierd-exprs.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ fn funny() {
77
f(ret);
88
}
99

10-
fn odd() {
11-
// FIXME: This doesn't compile
12-
// log ret;
13-
}
14-
1510
fn what() {
1611
fn the(x: @mutable bool) { ret while !*x { *x = true; }; }
1712
let i = @mutable false;
@@ -64,7 +59,6 @@ fn evil_lincoln() { let evil <- log "lincoln"; }
6459
fn main() {
6560
strange();
6661
funny();
67-
odd();
6862
what();
6963
zombiejesus();
7064
notsure();

0 commit comments

Comments
 (0)