diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-02-07 08:04:12 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-02-07 08:04:12 -0500 |
commit | 305a685713bf8e82caf209499bf03db15b537009 (patch) | |
tree | dc338d3ea3d278f1e0a7d4ce09a4ae7967f35975 | |
parent | b8f054fcac467af98f23a8915df29a458437ad71 (diff) | |
download | python-coveragepy-git-305a685713bf8e82caf209499bf03db15b537009.tar.gz |
Didn't mean to leave that there, of course
-rw-r--r-- | tests/test_arcs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py index 56d65314..cd159e1c 100644 --- a/tests/test_arcs.py +++ b/tests/test_arcs.py @@ -1065,7 +1065,6 @@ class MiscArcTest(CoverageTest): """, arcz=".1 15 5A A-2" ) - 1/0 def test_pathologically_long_code_object(self): # https://bitbucket.org/ned/coveragepy/issue/359 |