summary refs log tree commit diff stats
path: root/tests/int
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-05-14 17:33:08 +0800
committerGitHub <noreply@github.com>2024-05-14 11:33:08 +0200
commit04f3df4c87e8ba9efc26fa4faed8e3b6cbaa6e93 (patch)
treef55404996ef69a90839ce572bf1fb519c51bf2d4 /tests/int
parent81a937ce1f23e443a2b60375a0961bafa5b8bd06 (diff)
downloadNim-04f3df4c87e8ba9efc26fa4faed8e3b6cbaa6e93.tar.gz
fixes testament matrix doesn't work with other backends which left many JS tests untested (#23592)
Targets are not changes, which means the C binary is actually tested for
JS backend
Diffstat (limited to 'tests/int')
-rw-r--r--tests/int/tints.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/int/tints.nim b/tests/int/tints.nim
index 5c071c21d..df72ec80a 100644
--- a/tests/int/tints.nim
+++ b/tests/int/tints.nim
@@ -1,6 +1,5 @@
 discard """
   matrix: "; --backend:js --jsbigint64:off; --backend:js --jsbigint64:on"
-  targets: "c js"
   output: '''
 0 0
 0 0
@@ -8,7 +7,6 @@ Success'''
 """
 # Test the different integer operations
 
-# TODO: fixme --backend:js cannot change targets!!!
 
 import std/private/jsutils