Reenable expr-scope test. Disable under check-fast

This commit is contained in:
Brian Anderson 2011-07-28 14:13:33 -07:00
parent 3e63fdc4c9
commit 021bfb4b9b

View file

@ -1,9 +1,5 @@
// Regression test for issue #762
// xfail-stage0
// Breaks with fast-check, disabling to get tinderbox green again
// xfail-stage1
// xfail-stage2
// xfail-fast
fn f() { }
fn main() { ret ::f(); }