summaryrefslogtreecommitdiff
path: root/tests/test_coverage.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-03-02 07:05:27 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-03-02 07:05:27 -0500
commit5a73f39a93a33a41dafa85a63cfcd2f11cdce92a (patch)
tree3c1a38676505236a70a787867269d8f956ee5104 /tests/test_coverage.py
parent16475bc1922e50f775c3362b7b32d60579f5d60b (diff)
downloadpython-coveragepy-5a73f39a93a33a41dafa85a63cfcd2f11cdce92a.tar.gz
Entry arcs now use the negative first line of the code object instead of -1.
Diffstat (limited to 'tests/test_coverage.py')
-rw-r--r--tests/test_coverage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_coverage.py b/tests/test_coverage.py
index dd47707..a98200a 100644
--- a/tests/test_coverage.py
+++ b/tests/test_coverage.py
@@ -1141,7 +1141,7 @@ class CompoundStatementTest(CoverageTest):
assert x == 1
""",
[2, 6, 8, 10, 11, 13, 14], "",
- arcz=".2 2D DE E-2 23 36 6A A-2 .8 8-6 .B B-A",
+ arcz="-22 2D DE E-2 23 36 6A A-2 -68 8-6 -AB B-A",
)