Remove stray comment
This commit is contained in:
parent
c282810ab0
commit
2112c391cd
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue