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 | 8c8d579b27de90b1fe21ac8eb9c42d23cc07cee7 (patch) | |
| tree | 7f0063ef5c93b1ffde123347eaf3941d8e2259f8 | |
| parent | fa1992f85f27d61389ea0e99303278526b8cba63 (diff) | |
| download | python-coveragepy-8c8d579b27de90b1fe21ac8eb9c42d23cc07cee7.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 56d6531..cd159e1 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 |
