test: Add an xfailed test for issue #929

This commit is contained in:
Brian Anderson 2012-02-05 18:24:17 -08:00
parent 80cd6aa96e
commit cbeeb13dfd

View file

@ -0,0 +1,4 @@
// xfail-test
fn f() { if (1 == fail) { } else { } }
fn main() { }