mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +00:00
Re-enabled test
This commit is contained in:
parent
9f4bf1dcd1
commit
daaf8ee810
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ def test_missing_filename_main_without_argv(self):
|
|||
warning_tests.__name__ = module_name
|
||||
sys.argv = argv
|
||||
|
||||
def BROKEN_test_missing_filename_main_with_argv_empty_string(self):
|
||||
def test_missing_filename_main_with_argv_empty_string(self):
|
||||
# If __file__ is not specified, the caller is __main__, and sys.argv[0]
|
||||
# is the empty string, then '__main__ is the file name.
|
||||
# Tests issue 2743.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue