reenable the mod test for -1, -1
This commit is contained in:
@@ -176,7 +176,7 @@ int runMathTests()
|
|||||||
printf("\nModulo Tests \n");
|
printf("\nModulo Tests \n");
|
||||||
math_test("modulo", cModulo, modulo, 1, 1);
|
math_test("modulo", cModulo, modulo, 1, 1);
|
||||||
math_test("modulo", cModulo, modulo, 1, 5);
|
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);
|
math_test("modulo", cModulo, modulo, 1337, 42);
|
||||||
|
|
||||||
printf("\nNegative Tests\n");
|
printf("\nNegative Tests\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user