Skip to content

Commit 5f25058

Browse files
committed
test_improper_option is fixed
1 parent f5c0333 commit 5f25058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_warnings/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,6 @@ class CWCmdLineTests(WCmdLineTests, unittest.TestCase):
899899
class PyWCmdLineTests(WCmdLineTests, unittest.TestCase):
900900
module = py_warnings
901901

902-
@unittest.expectedFailure # TODO: RUSTPYTHON blank rhs of assertion
903902
def test_improper_option(self):
904903
# Same as above, but check that the message is printed out when
905904
# the interpreter is executed. This also checks that options are

0 commit comments

Comments
 (0)