mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-03 18:29:04 +00:00
Fix tests
This commit is contained in:
parent
faec9372f9
commit
b5171c3b4a
1 changed files with 2 additions and 4 deletions
|
@ -67,11 +67,9 @@ expression: "compile_exec(\"\\\nfor stop_exc in (StopIteration('spam'), StopAsyn
|
|||
9 >> 54 LoadNameAny (3, self)
|
||||
55 LoadMethod (fail)
|
||||
56 LoadConst ("")
|
||||
|
||||
1 57 LoadNameAny (2, stop_exc)
|
||||
57 LoadNameAny (2, stop_exc)
|
||||
58 FormatValue (None)
|
||||
|
||||
9 59 LoadConst (" was suppressed")
|
||||
59 LoadConst (" was suppressed")
|
||||
60 BuildString (2)
|
||||
61 CallMethodPositional (1)
|
||||
62 Pop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue