diff options
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r-- | Lib/test/test_support.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 3a20b2e..d77120e 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -87,4 +87,3 @@ def check_syntax(statement): pass else: print 'Missing SyntaxError: "%s"' % statement - |