Remove 0 from generated GCD test data

Signed-off-by: Felix Conway <[email protected]>
This commit is contained in:
Felix Conway
2025-07-30 13:12:47 +01:00
parent b812f2658b
commit 89ca5ffe74
-2
View File
@@ -239,8 +239,6 @@ class BignumGCD(BignumOperation):
"1", "-1",
"2", "-2",
"3", "-3",
"00", "-00",
"",
]
def __init__(self, val_a: str, val_b: str) -> None: