Remove test case that doesn't work on its own
I don't actually know how to test --ls
This commit is contained in:
parent
f1acc69a2a
commit
8ed9701591
@ -1,6 +0,0 @@
|
||||
#[crate_type = "lib"];
|
||||
|
||||
class foo {
|
||||
let mut x: int;
|
||||
new(xx: int) { self.x = xx; }
|
||||
}
|
Loading…
Reference in New Issue
Block a user