Remove test case that doesn't work on its own

I don't actually know how to test --ls
This commit is contained in:
Tim Chevalier 2012-06-25 17:26:26 -07:00
parent f1acc69a2a
commit 8ed9701591

View File

@ -1,6 +0,0 @@
#[crate_type = "lib"];
class foo {
let mut x: int;
new(xx: int) { self.x = xx; }
}