diff options
Diffstat (limited to 'tests/stdlib/tarithmetics.nim')
-rw-r--r-- | tests/stdlib/tarithmetics.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/stdlib/tarithmetics.nim b/tests/stdlib/tarithmetics.nim index 296ccd56e..0a6dd1fcf 100644 --- a/tests/stdlib/tarithmetics.nim +++ b/tests/stdlib/tarithmetics.nim @@ -1,7 +1,8 @@ discard """ + matrix: "--mm:refc; --mm:orc" targets: "c cpp js" """ - +import std/assertions # TODO: in future work move existing arithmetic tests (tests/arithm/*) into this file # FYI https://github.com/nim-lang/Nim/pull/17767 |