Skip to content

Commit 361706a

Browse files
donbarbossobolevn
andauthored
Update test_ast.py
Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent 9f6f5b2 commit 361706a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ast/test_ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3235,7 +3235,7 @@ def test_help_message(self):
32353235
output = StringIO()
32363236
with self.assertRaises(SystemExit):
32373237
with contextlib.redirect_stderr(output):
3238-
ast.main(args=(flag))
3238+
ast.main(args=flag)
32393239
self.assertStartsWith(output.getvalue(), 'usage: ')
32403240

32413241
def test_exec_mode_flag(self):

0 commit comments

Comments
 (0)