reenable the mod test for -1, -1

This commit is contained in:
2020-03-05 17:13:36 +01:00
parent 1530dc6c55
commit a8b093a005

View File

@@ -176,7 +176,7 @@ int runMathTests()
printf("\nModulo Tests \n");
math_test("modulo", cModulo, modulo, 1, 1);
math_test("modulo", cModulo, modulo, 1, 5);
// math_test("modulo", cModulo, modulo, -1, -1);
math_test("modulo", cModulo, modulo, -1, -1);
math_test("modulo", cModulo, modulo, 1337, 42);
printf("\nNegative Tests\n");