Add comment on return value

This commit is contained in:
Federico Ceratto
2017-02-26 14:34:08 +00:00
committed by GitHub
parent 5ce8e0b5cd
commit a49d88f18a

View File

@@ -47,6 +47,8 @@
## Tests can be nested, however failure of a nested test will not mark the
## parent test as failed. Setup and teardown are inherited. Setup can be
## overridden locally.
## Compiled test files return the number of failed test as exit code, while
## nim c -r <testfile.nim> exits with 0 or 1
import
macros