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
commit292becfc6657b0346b190a6489397e7fb6407cd3 (patch)
tree274c57bcab791c84cf185d59bc680ee902143e8f /tests/test_coverage.py
parent6d92b24be8a111f141dac958d821ebac75193781 (diff)
downloadpython-coveragepy-git-292becfc6657b0346b190a6489397e7fb6407cd3.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 dd47707c..a98200a4 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",
)