diff --git a/c/test_euler.py b/c/test_euler.py index 994d8de5..23d8db8a 100644 --- a/c/test_euler.py +++ b/c/test_euler.py @@ -37,7 +37,7 @@ requires_io: Set[int] = {22} # this is the set of problems where builds are not reproducible on PCC compiler -PCC_no_reproducible: Set[str] = set() +# PCC_no_reproducible: Set[str] = set() # platform variables section IN_WINDOWS = system() == 'Windows'