Skip to content

Commit 292f3e0

Browse files
committed
test: Add an xfailed test for issue #959
1 parent cbeeb13 commit 292f3e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/pretty/issue-959.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// xfail-test
2+
3+
fn f() -> float { (fail "boo") as float / 2.0 }
4+
5+
fn main() { }

0 commit comments

Comments
 (0)