Skip to content

Commit c666263

Browse files
committed
---
yaml --- r: 5382 b: refs/heads/master c: 564bdac h: refs/heads/master v: v3
1 parent 3a825e4 commit c666263

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: de1b394c322a14b46724428d590089ee03b53dc8
2+
refs/heads/master: 564bdacecebd25e314c6785d7fff601b12c8e10f

trunk/src/test/run-fail/unwind-alt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ fn test_box() {
55
}
66
fn test_str() {
77
let res = alt false { true { "happy" } };
8+
assert res == "happy";
89
}
910
fn main() {
1011
test_box();

0 commit comments

Comments
 (0)