diff options
-rw-r--r-- | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index db3604283..a6312468a 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,5 @@ -nim c --gc:v2 -r -d:useSysAssert -d:useGcAssert -d:smokeCycles -d:useRealtimeGc tests/gc/gcbench +nim c --gc:v2 -r -d:useSysAssert -d:useGcAssert -d:smokeCycles -d:useRealtimeGc tests/gc/gctest - document ``this`` pragma - document and stress test ``.partial`` object declarations |