fix comment

This commit is contained in:
andri lim 2019-09-22 16:57:19 +07:00
parent 321f13dc19
commit d2d5661e11
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 5 additions and 2 deletions

View File

@ -48,10 +48,13 @@ macro cliBuilder(stmtList: typed): untyped =
# proc mytestMain*() =
# # put anything you want here
# and then give it a name `test_mytest.nim`
# the `mytest` part should match between
# the proc name and the module name
# if this executable called without any params
# it will return the number of submodules
# you can execute the submodules by a number start from zero.
# it will execute each of the test by executing itself
# repeatedly until all sub-tests are executed.
# you can execute the sub-test by a number start from zero.
cliBuilder:
import ./test_code_stream,