From 2dfafca73af2f053f839af8509408582c5a7400f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 2 Feb 2013 14:04:42 -0500 Subject: For now --- test/test_arcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_arcs.py b/test/test_arcs.py index 69c054cc..ec0225f1 100644 --- a/test/test_arcs.py +++ b/test/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): -- cgit v1.2.1