Remove resources from remaining test cases

This commit is contained in:
Tim Chevalier
2012-06-22 13:11:29 -07:00
parent 21399dca12
commit 588c1eb41f
6 changed files with 44 additions and 14 deletions

View File

@@ -41,7 +41,10 @@ enum st {
})
}
resource r(_l: @nillist) {
class r {
let _l: @nillist;
new(l: @nillist) { self._l = l; }
drop {}
}
fn recurse_or_fail(depth: int, st: option<st>) {