Skip to content

Commit cbeeb13

Browse files
committed
test: Add an xfailed test for issue #929
1 parent 80cd6aa commit cbeeb13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/pretty/issue-929.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// xfail-test
2+
fn f() { if (1 == fail) { } else { } }
3+
4+
fn main() { }

0 commit comments

Comments
 (0)