Skip to content

Commit 2112c39

Browse files
committed
Remove stray comment
1 parent c282810 commit 2112c39

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/test/compile-fail/private-class-field.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,3 @@ fn main() {
1313
let nyan : cat = cat(52u, 99);
1414
assert (nyan.meows == 52u);
1515
}
16-
/*
17-
other tests:
18-
not ok to refer to a private method outside a class
19-
ok to refer to private method within a class
20-
can't assign to a non-mutable var
21-
can't assign to a method
22-
23-
all the same tests, cross-crate
24-
*/

0 commit comments

Comments
 (0)