diff options
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 efd8d706..505cab73 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") # pragma: only jython + self.skipTest("Bytecode concerns are irrelevant on Jython") # https://bitbucket.org/ned/coveragepy/issue/359 # The structure of this file is such that an EXTENDED_ARG bytecode is |