diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-14 20:52:56 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-14 20:52:56 -0500 |
commit | 54ce0a8b8f7ddd7a7fb2fc2417c51f6490ce7ac9 (patch) | |
tree | 3c2583ab9efe07ed99b0f3c63108c993f6f952c4 /tests/test_arcs.py | |
parent | 55c48a3e041183e867a46fca51cbd6b1a5140223 (diff) | |
download | python-coveragepy-git-54ce0a8b8f7ddd7a7fb2fc2417c51f6490ce7ac9.tar.gz |
Forgot a bunch of jython coverage pragmas
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 eaa57e66..f3efda55 100644 --- a/tests/test_arcs.py +++ b/tests/test_arcs.py @@ -1102,7 +1102,7 @@ class MiscArcTest(CoverageTest): def test_pathologically_long_code_object(self): if env.JYTHON: - self.skipTest("Bytecode concerns are irrelevant on Jython") + self.skipTest("Bytecode concerns are irrelevant on Jython") # pragma: only jython # https://bitbucket.org/ned/coveragepy/issue/359 # The structure of this file is such that an EXTENDED_ARG bytecode is |