diff options
author | genotrance <dev@genotrance.com> | 2018-07-08 19:38:46 -0500 |
---|---|---|
committer | Varriount <Varriount@users.noreply.github.com> | 2018-07-08 20:38:46 -0400 |
commit | c115090f6e6bdc6b47fa41f73e0a83f95644c56c (patch) | |
tree | bda7eb1e225ff839deb20572c44ba93dca2fe5cb /tests/js/tvarargs.nim | |
parent | d0b60f1fe3f82facec7f99f39b8bf188be3661a0 (diff) | |
download | Nim-c115090f6e6bdc6b47fa41f73e0a83f95644c56c.tar.gz |
Testament should run tests with no action (#8232)
* Testament should run tests with no action * Fix strutils tests for JS
Diffstat (limited to 'tests/js/tvarargs.nim')
-rw-r--r-- | tests/js/tvarargs.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/js/tvarargs.nim b/tests/js/tvarargs.nim index 2ddb421f8..b8c532767 100644 --- a/tests/js/tvarargs.nim +++ b/tests/js/tvarargs.nim @@ -1,3 +1,6 @@ +discard """ + output: "Hello, world" +""" # bug #3584 |