diff options
Diffstat (limited to 'Lib/test/test_ast/snippets.py')
-rw-r--r-- | Lib/test/test_ast/snippets.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_ast/snippets.py b/Lib/test/test_ast/snippets.py index 95dc3ca..28d32b2 100644 --- a/Lib/test/test_ast/snippets.py +++ b/Lib/test/test_ast/snippets.py @@ -380,7 +380,6 @@ def main(): print("]") print("main()") raise SystemExit - unittest.main() #### EVERYTHING BELOW IS GENERATED BY python Lib/test/test_ast/snippets.py -g ##### exec_results = [ |