diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-01 10:53:45 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-01 10:53:45 -0500 |
commit | 334f95902f91e54e60600072d7e1816670627718 (patch) | |
tree | f7ccb632508af29c39fc4d3f80cb39899605402e /tests/test_arcs.py | |
parent | 704fa07b52715720da0f7b2d264ea41fce7441e8 (diff) | |
download | python-coveragepy-git-334f95902f91e54e60600072d7e1816670627718.tar.gz |
Support 'with'
--HG--
branch : ast-branch
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r-- | tests/test_arcs.py | 2 |
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): |