Commit c91137ce authored by Stefan Behnel's avatar Stefan Behnel

fix test case

parent 8dbd550c
......@@ -5,6 +5,6 @@ def f():
flt1 = flt2 ** str1 # error
_ERRORS = u"""
5:13: Invalid operand types for '**' (char *; float)
6:13: Invalid operand types for '**' (float; char *)
4:13: Invalid operand types for '**' (char *; float)
5:13: Invalid operand types for '**' (float; char *)
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment