Skip to content

Commit

Permalink
Fix test flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Chauve committed Dec 30, 2016
1 parent 2112398 commit f5714c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test-data/unit/check-expressions.test
Original file line number Diff line number Diff line change
Expand Up @@ -1167,8 +1167,7 @@ u'%s' % (u'abc',)
f'foobar'

[case testFStringTypecheckExpression]
# flags: --fast-parser
# flags: --python-version 3.6
# flags: --fast-parser --python-version 3.6
a: str
a = 'foo'
b: str
Expand All @@ -1177,7 +1176,7 @@ b == 'foobar'
f'{1 + "a"}'
f'{1 + 1}'
[out]
main:2: error: Unsupported operand types for + ("int" and "str")
main:7: error: Unsupported operand types for + ("int" and "str") (diff)


-- Lambdas
Expand Down

0 comments on commit f5714c6

Please sign in to comment.