summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-01 10:53:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-01 10:53:45 -0500
commit334f95902f91e54e60600072d7e1816670627718 (patch)
treef7ccb632508af29c39fc4d3f80cb39899605402e /tests/test_arcs.py
parent704fa07b52715720da0f7b2d264ea41fce7441e8 (diff)
downloadpython-coveragepy-git-334f95902f91e54e60600072d7e1816670627718.tar.gz
Support 'with'
--HG-- branch : ast-branch
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r--tests/test_arcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py
index 08325f6b..3dc05c9c 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -912,7 +912,7 @@ class AsyncTest(CoverageTest):
x11 = 1
x12 = 1
""",
- arcz=".1 1. .2 23 2C 34 45 56 6B",
+ arcz=".1 1. .2 23 2C 34 45 48 54 56 6B 8B 9A AB B2 C.",
)
def test_async_with(self):