diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-09-20 21:47:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-09-20 21:47:37 (GMT) |
commit | 26d64aeee4face9f6929f4207647b0052ad27c36 (patch) | |
tree | 347364d7757e813e24962ff7cf52755b8c3b9c2c /Lib/test/badsyntax_nocaret.py | |
parent | b0b384b7c0333bf1183cd6f90c0a3f9edaadd6b9 (diff) | |
download | cpython-26d64aeee4face9f6929f4207647b0052ad27c36.zip cpython-26d64aeee4face9f6929f4207647b0052ad27c36.tar.gz cpython-26d64aeee4face9f6929f4207647b0052ad27c36.tar.bz2 |
rewrite nocaret test to not rely on a specific SyntaxError
Diffstat (limited to 'Lib/test/badsyntax_nocaret.py')
-rw-r--r-- | Lib/test/badsyntax_nocaret.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/badsyntax_nocaret.py b/Lib/test/badsyntax_nocaret.py deleted file mode 100644 index 01ec9ea..0000000 --- a/Lib/test/badsyntax_nocaret.py +++ /dev/null @@ -1,2 +0,0 @@ -def f(x): - [x for x in x] = x |