Skip to content

Commit 5e84018

Browse files
committed
XFAIL do-while-body-fails
Doesn't work w/out optimizations
1 parent 1bea273 commit 5e84018

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/test/run-fail/do-while-body-fails.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// xfail-stage1
2+
// xfail-stage2
3+
// xfail-stage3
14
// error-pattern:quux
25
fn main() {
36
let x: int = do { fail "quux" } while (true);

0 commit comments

Comments
 (0)