diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-03-18 17:25:09 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-03-28 02:26:38 +0200 |
commit | c684f5588ac3e91a21c05af259c6d66b428225b4 (patch) | |
tree | 674bb0a5a453577b14957b151ba806316197eb4d | |
parent | e2c8d9ade0867ff41a5f89f79ae4a05d9ca9fe87 (diff) | |
download | Nim-c684f5588ac3e91a21c05af259c6d66b428225b4.tar.gz |
todo updated
-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 |