Skip to content

Commit 5ed9cb9

Browse files
Update test_cmd_line_script.py
Co-authored-by: Alex Waygood <[email protected]>
1 parent 4c8b933 commit 5ed9cb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_cmd_line_script.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ def test_syntaxerror_invalid_escape_sequence_multi_line(self):
655655
exitcode, stdout, stderr = assert_python_failure(
656656
'-Werror', script_name,
657657
)
658-
print(stderr)
659658
self.assertEqual(
660659
stderr.splitlines()[-3:],
661660
[ b' foo = """\\q"""',

0 commit comments

Comments
 (0)