summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r--tests/test_oddball.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py
index 98eee1bc..d55fb440 100644
--- a/tests/test_oddball.py
+++ b/tests/test_oddball.py
@@ -145,7 +145,7 @@ class MemoryLeakTest(CoverageTest):
"""
def test_for_leaks(self):
if env.JYTHON:
- self.skipTest("Don't bother on Jython") # pragma: only jython
+ self.skipTest("Don't bother on Jython")
# Our original bad memory leak only happened on line numbers > 255, so
# make a code object with more lines than that. Ugly string mumbo