chore: remove outdated TODO comments from test files for default constructor, for loop, list subscript setter, range, string unicode escapes, and while syntax

This commit is contained in:
Bob Nystrom
2014-02-13 16:38:44 +00:00
parent e3b3fef0fb
commit 9f9149bb08
6 changed files with 0 additions and 28 deletions
-3
View File
@@ -18,6 +18,3 @@ for
// expect: 1
// expect: 2
// expect: 3
// TODO: Return from inside for loop.
// TODO: Return closure from inside for loop.