summary refs log tree commit diff stats
path: root/tests/stdlib/tarithmetics.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tarithmetics.nim')
-rw-r--r--tests/stdlib/tarithmetics.nim3
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