Actually un-xfail the test for put in fns.

This commit is contained in:
Michael Sullivan 2011-08-03 11:59:11 -07:00
parent c9ae548dae
commit 4a636b06f6
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
// xfail-stage1
// xfail-stage2
// xfail-stage3
// error-pattern:put in non-iterator
fn f() -> int { put 10; }