diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-05-14 17:33:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 11:33:08 +0200 |
commit | 04f3df4c87e8ba9efc26fa4faed8e3b6cbaa6e93 (patch) | |
tree | f55404996ef69a90839ce572bf1fb519c51bf2d4 /tests/int | |
parent | 81a937ce1f23e443a2b60375a0961bafa5b8bd06 (diff) | |
download | Nim-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.nim | 2 |
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 |