Skip to content

Commit c7aa08f

Browse files
committed
---
yaml --- r: 5535 b: refs/heads/master c: 798b353 h: refs/heads/master i: 5533: 7a7b176 5531: cab8256 5527: 8aab724 5519: e775a93 5503: 530c233 v: v3
1 parent 6166df6 commit c7aa08f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 73898351d2912f0e96e24a1622df4ecf7b2f22ba
2+
refs/heads/master: 798b3531a674a7ca9cb7c548a56bb1880d7e0f0a

trunk/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)