Remove stray comment

This commit is contained in:
Tim Chevalier 2012-03-26 10:04:46 -07:00
parent c282810ab0
commit 2112c391cd

View file

@ -13,12 +13,3 @@ fn main() {
let nyan : cat = cat(52u, 99);
assert (nyan.meows == 52u);
}
/*
other tests:
not ok to refer to a private method outside a class
ok to refer to private method within a class
can't assign to a non-mutable var
can't assign to a method
all the same tests, cross-crate
*/