test: Add an xfailed test for issue #959

This commit is contained in:
Brian Anderson 2012-02-05 18:27:15 -08:00
parent cbeeb13dfd
commit 292f3e0958

View file

@ -0,0 +1,5 @@
// xfail-test
fn f() -> float { (fail "boo") as float / 2.0 }
fn main() { }