diff --git a/tests/test_intops.nim b/tests/test_intops.nim index 2698c8a..813cb56 100644 --- a/tests/test_intops.nim +++ b/tests/test_intops.nim @@ -94,7 +94,7 @@ template test() = testAddSaturated() testSubSaturated() testMulWiden() - testMulSaturated + testMulSaturated() static: test()