summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r--tests/test_arcs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py
index cbbac64a..638478ab 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -1178,6 +1178,9 @@ class OptimizedIfTest(CoverageTest):
# Before 3.7, no Python optimized away "if not __debug__:"
if not env.PYBEHAVIOR.optimize_if_debug:
self.skipTest("PyPy doesn't optimize away 'if __debug__:'")
+ elif env.PYBEHAVIOR.optimize_if_not_debug2:
+ arcz = ".1 12 24 41 26 61 1."
+ arcz_missing = ""
elif env.PYBEHAVIOR.optimize_if_not_debug:
arcz = ".1 12 23 31 26 61 1."
arcz_missing = ""