Remove FIXME test that's covered by run-pass/unreachable-code.rs

This commit is contained in:
Jesse Ruderman 2011-09-25 20:56:19 -07:00
parent 8911aef798
commit 56410b2fb6

View file

@ -7,11 +7,6 @@ fn funny() {
f(ret);
}
fn odd() {
// FIXME: This doesn't compile
// log ret;
}
fn what() {
fn the(x: @mutable bool) { ret while !*x { *x = true; }; }
let i = @mutable false;
@ -64,7 +59,6 @@ fn evil_lincoln() { let evil <- log "lincoln"; }
fn main() {
strange();
funny();
odd();
what();
zombiejesus();
notsure();