diff options
Diffstat (limited to 'tests/js')
-rw-r--r-- | tests/js/test1.nim | 1 | ||||
-rw-r--r-- | tests/js/test2.nim | 1 | ||||
-rw-r--r-- | tests/js/testmagic.nim | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/js/test1.nim b/tests/js/test1.nim index 3f3d5f02c..09ba30676 100644 --- a/tests/js/test1.nim +++ b/tests/js/test1.nim @@ -1,5 +1,4 @@ discard """ - cmd: "nimrod js --hints:on $# $#" output: "1261129" """ diff --git a/tests/js/test2.nim b/tests/js/test2.nim index 1342ed15d..5a734358c 100644 --- a/tests/js/test2.nim +++ b/tests/js/test2.nim @@ -1,5 +1,4 @@ discard """ - cmd: "nimrod js --hints:on -r $# $#" output: '''foo js 3.14''' """ diff --git a/tests/js/testmagic.nim b/tests/js/testmagic.nim index 2c02d24be..5f793ae05 100644 --- a/tests/js/testmagic.nim +++ b/tests/js/testmagic.nim @@ -1,5 +1,4 @@ discard """ - cmd: "nimrod js --hints:on -r $# $#" output: '''true''' """ |