Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove a test from test_syntax that fails with the old parser
  • Loading branch information
lysnikolaou committed Jun 18, 2020
commit 53afe79559741bdc6620def1bfabe569ea8d8049
4 changes: 0 additions & 4 deletions Lib/test/test_syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@
Traceback (most recent call last):
SyntaxError: cannot assign to function call

>>> for a, b, (c + 1, d()): pass
Traceback (most recent call last):
SyntaxError: cannot assign to operator

>>> for i < (): pass
Traceback (most recent call last):
SyntaxError: invalid syntax
Expand Down