Remove some outdated TODOs.

They’re TODONE!
This commit is contained in:
Bob Nystrom
2014-02-13 08:38:44 -08:00
parent 756fe0d920
commit 59bb7eec7a
6 changed files with 0 additions and 28 deletions
-6
View File
@@ -23,9 +23,3 @@ IO.print((5...2).from) // expect: 5
IO.print((3...0).from) // expect: 3
IO.print((3...-5).from) // expect: 3
IO.print((-2...-5).from) // expect: -2
// TODO: Test toString.
// TODO: Non-number RHS.
// TODO: Non-integer RHS.
// TODO: Range iteration.
// TODO: Empty or negative ranges.