Skip to content

Commit 929bcc7

Browse files
committed
---
yaml --- r: 7050 b: refs/heads/master c: afe7924 h: refs/heads/master v: v3
1 parent 60fa945 commit 929bcc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: f832edc369761839f25161df94200b7cce9ddc20
2+
refs/heads/master: afe792496a69e30ea313ca5ff181430e44aeb69b

trunk/src/test/compile-fail/block-arg-as-stmt-with-value.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ fn compute1() -> float {
99
fn main() {
1010
let x = compute1();
1111
log(debug, x);
12-
assert(y == -4f);
12+
assert(x == -4f);
1313
}

0 commit comments

Comments
 (0)