Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 15, 2023
1 parent 782ffe0 commit c7be018
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test-data/unit/parse-errors.test
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,10 @@ file:3: error: Syntax error in type comment
file:3: error: Inconsistent use of "*" in function signature
file:3: error: Inconsistent use of "**" in function signature

[case testPrintStatementInPython37Plus]
print 1 # E: Missing parentheses in call to 'print'. Did you mean print(1)?
[case testPrintStatementInPython3]
print 1
[out]
file:1: error: Missing parentheses in call to 'print'. Did you mean print(1)?

[case testInvalidConditionInConditionalExpression]
1 if 2, 3 else 4
Expand Down

0 comments on commit c7be018

Please sign in to comment.