diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-02-02 14:04:42 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-02-02 14:04:42 -0500 |
commit | 2dfafca73af2f053f839af8509408582c5a7400f (patch) | |
tree | 661b481f482f8f064aebdf15cc18e2d0eb202368 | |
parent | c359cea1408c410a4c770debeddf3aed0abd43fe (diff) | |
download | python-coveragepy-git-2dfafca73af2f053f839af8509408582c5a7400f.tar.gz |
For now
-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 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): |