test: Remove pretty/issue-953. Doesn't typecheck

This commit is contained in:
Brian Anderson 2012-03-19 16:11:46 -07:00
parent 20417ebf31
commit 4e3e13302d

View file

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