diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-11-05 22:56:33 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-11-05 22:56:33 +0100 |
commit | eb2455075e73757db31aef4ef334714ce40d6662 (patch) | |
tree | c54aef9ef96fbba1fa5538577e61a711f979b9ca /tools/nimsuggest/tests/tdot2.nim | |
parent | a644471b1218ea2ae9bfda83bb1fd78649ee68e7 (diff) | |
download | Nim-eb2455075e73757db31aef4ef334714ce40d6662.tar.gz |
nimsuggest & tester: many improvements, test new dependency tracking
Diffstat (limited to 'tools/nimsuggest/tests/tdot2.nim')
-rw-r--r-- | tools/nimsuggest/tests/tdot2.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nimsuggest/tests/tdot2.nim b/tools/nimsuggest/tests/tdot2.nim index 490e78451..a58ac818b 100644 --- a/tools/nimsuggest/tests/tdot2.nim +++ b/tools/nimsuggest/tests/tdot2.nim @@ -1,4 +1,4 @@ -# Test that basic editing. We replace the 'false' by 'true' to +# Test basic editing. We replace the 'false' by 'true' to # see whether then the z field is suggested. const zField = 0i32 |