big: Use new comparison helpers.

This commit is contained in:
Jeroen van Rijn
2021-09-01 19:13:47 +02:00
parent 335d361fc6
commit 671b413b15
5 changed files with 41 additions and 46 deletions
-1
View File
@@ -413,7 +413,6 @@ def test_shr_signed(a = 0, bits = 0, expected_error = Error.Okay):
return test("test_shr_signed", res, [a, bits], expected_error, expected_result)
def test_factorial(number = 0, expected_error = Error.Okay):
print("Factorial:", number)
args = [number]
try:
res = int_factorial(*args)