diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-02-02 14:04:50 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-02-02 14:04:50 -0500 |
commit | fa53c8a6abd4407a486c5d54c7ad760ea3126a95 (patch) | |
tree | 3f836816b07ba949f9e9e8f99cfe57ddba5a3384 | |
parent | 75d05bdefc18d5d1c736ff5379dc233ec3847974 (diff) | |
parent | 8db790a4e7bf3620d5ba62c121d2fc579c9c6755 (diff) | |
download | python-coveragepy-fa53c8a6abd4407a486c5d54c7ad760ea3126a95.tar.gz |
Automated merge with ssh://bitbucket.org/ned/coveragepy
-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 c66ff02..1eb1786 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): |