diff options
-rw-r--r-- | tests/test_process.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index fcbcb9ba..70d6b934 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -283,7 +283,6 @@ class ProcessTest(CoverageTest): assert "rror" not in out assert status == 1 - @xfail_pypy_3792 # Because the file names aren't yet absolute. def test_code_throws(self): self.make_file("throw.py", """\ class MyException(Exception): |