Skip to content

Commit 798b353

Browse files
committed
Enable hammertime
1 parent 7389835 commit 798b353

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ fn notsure() {
3636
}
3737

3838
fn hammertime() -> int {
39-
// FIXME: Doesn't compile
40-
//let _x = log true == (ret 0);
41-
ret 0;
39+
let _x = log true == (ret 0);
4240
}
4341

4442
fn canttouchthis() -> uint {

0 commit comments

Comments
 (0)