diff options
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r-- | tests/test_arcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py index c66ff022..1eb1786e 100644 --- a/tests/test_arcs.py +++ b/tests/test_arcs.py @@ -484,7 +484,7 @@ class ExceptionArcTest(CoverageTest): arcz=".1 12 23 34 3D 45 56 67 68 7A 8A A3 AB AD BC CD D.", arcz_missing="3D AB BC CD", arcz_unpredicted="") - if 1: # expected failure + if 0: # expected failure def test_finally_in_loop_bug_92(self): self.check_coverage("""\ for i in range(5): |