diff options
Diffstat (limited to 'test/test_arcs.py')
-rw-r--r-- | test/test_arcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_arcs.py b/test/test_arcs.py index 34d10696..11288fd2 100644 --- a/test/test_arcs.py +++ b/test/test_arcs.py @@ -448,7 +448,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 0: + if 0: # expected failure def test_finally_in_loop_2(self): self.check_coverage("""\ for i in range(5): |