Merge pull request #5442 from FedericoCeratto/patch-24

Add comment on return value
This commit is contained in:
Andreas Rumpf
2017-02-27 16:37:35 +01:00
committed by GitHub

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