diff options
Diffstat (limited to 'tests/test_execfile.py')
-rw-r--r-- | tests/test_execfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_execfile.py b/tests/test_execfile.py index 6973022a..92bd26d9 100644 --- a/tests/test_execfile.py +++ b/tests/test_execfile.py @@ -104,7 +104,7 @@ class RunPycFileTest(CoverageTest): def make_pyc(self): """Create a .pyc file, and return the relative path to it.""" if env.JYTHON: - self.skipTest("Can't make .pyc files on Jython") # pragma: only jython + self.skipTest("Can't make .pyc files on Jython") self.make_file("compiled.py", """\ def doit(): |