Skip to content

Commit d8e4609

Browse files
committed
Regenerate goldenfiles
1 parent b97ac87 commit d8e4609

File tree

2 files changed

+418
-372
lines changed

2 files changed

+418
-372
lines changed

graalpython/com.oracle.graal.python.test/testData/testFiles/RuntimeFileTests/functions.scope

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ Scope: []
55
FreeVars: Empty
66
Scope: sorted
77
Kind: Function
8-
FrameDescriptor: [<return_val>, iterable, key, result, reverse]
8+
FrameDescriptor: [<return_val>, iterable, key, module, result, reverse]
99
CellVars: Empty
1010
FreeVars: Empty
1111
Scope: format
1212
Kind: Function
13-
FrameDescriptor: [<return_val>, format_spec, value]
13+
FrameDescriptor: [<return_val>, format_spec, module, value]
1414
CellVars: Empty
1515
FreeVars: Empty
1616
Scope: vars
1717
Kind: Function
18-
FrameDescriptor: [<return_val>, obj]
18+
FrameDescriptor: [<return_val>, module, obj]
1919
CellVars: Empty
2020
FreeVars: Empty
2121
Scope: map
@@ -50,7 +50,7 @@ Scope: []
5050
FreeVars: Empty
5151
Scope: filter
5252
Kind: Function
53-
FrameDescriptor: [<>temp5, <return_val>, func, i, iterable, predicate, result]
53+
FrameDescriptor: [<>temp6, <return_val>, func, i, iterable, module, predicate, result]
5454
CellVars: Empty
5555
FreeVars: Empty
5656
Scope: <lambda>
@@ -60,16 +60,16 @@ Scope: []
6060
FreeVars: Empty
6161
Scope: all
6262
Kind: Function
63-
FrameDescriptor: [<>temp2, <return_val>, i, iterable]
63+
FrameDescriptor: [<>temp3, <return_val>, i, iterable, module]
6464
CellVars: Empty
6565
FreeVars: Empty
6666
Scope: any
6767
Kind: Function
68-
FrameDescriptor: [<>temp2, <return_val>, i, iterable]
68+
FrameDescriptor: [<>temp3, <return_val>, i, iterable, module]
6969
CellVars: Empty
7070
FreeVars: Empty
7171
Scope: hasattr
7272
Kind: Function
73-
FrameDescriptor: [<return_val>, default, key, obj]
73+
FrameDescriptor: [<return_val>, default, key, module, obj]
7474
CellVars: Empty
7575
FreeVars: Empty

0 commit comments

Comments
 (0)