summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index b43357007..7a5ec6054 100755
--- a/todo.txt
+++ b/todo.txt
@@ -4,8 +4,7 @@ version 0.8.14
 - implement closures
   - test evals.nim with closures
   - deactivate lambda lifting for JS backend
-  - Test that iterators within closures work etc; test generics; 
-    test recursion
+  - Test capture of for loop vars; test generics; test recursion
   - test constant closures
   - 'closureEnv' magic for easy interfacing with C