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 | 145329fd982ea56bf1237ca0bea264cd9db9bc7b (patch) | |
tree | bf3c11dc175ffc81a64625ed8d5de004b52af68f /tests/test_arcs.py | |
parent | f3c8815cbcabaef7d54490b597e5b5a2f6b1612b (diff) | |
parent | 2dfafca73af2f053f839af8509408582c5a7400f (diff) | |
download | python-coveragepy-git-145329fd982ea56bf1237ca0bea264cd9db9bc7b.tar.gz |
Automated merge with ssh://bitbucket.org/ned/coveragepy
--HG--
rename : test/test_arcs.py => tests/test_arcs.py
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): |