Skip to content

Commit 059fc98

Browse files
committed
unmark successful tests
1 parent 2a3e847 commit 059fc98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_py_compile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ def test_bad_syntax_with_quiet(self):
266266
self.assertEqual(stdout, b'')
267267
self.assertEqual(stderr, b'')
268268

269-
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
270269
def test_file_not_exists(self):
271270
should_not_exists = os.path.join(os.path.dirname(__file__), 'should_not_exists.py')
272271
rc, stdout, stderr = self.pycompilecmd_failure(self.source_path, should_not_exists)

0 commit comments

Comments
 (0)