Skip to content

Commit 7f5e33f

Browse files
committed
updated py3 tests
1 parent 5893ec6 commit 7f5e33f

7 files changed

Lines changed: 357 additions & 357 deletions

File tree

v3/example-code/closures/closure1.golden_py3

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -539,13 +539,13 @@
539539
}
540540
],
541541
"globals": {
542-
"b": [
543-
"REF",
544-
2
545-
],
546542
"foo": [
547543
"REF",
548544
1
545+
],
546+
"b": [
547+
"REF",
548+
2
549549
]
550550
},
551551
"heap": {

v3/example-code/closures/closure2.golden_py3

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -324,17 +324,17 @@
324324
}
325325
],
326326
"globals": {
327+
"foo": [
328+
"REF",
329+
1
330+
],
327331
"b": [
328332
"REF",
329333
3
330334
],
331335
"foo_deux": [
332336
"REF",
333337
2
334-
],
335-
"foo": [
336-
"REF",
337-
1
338338
]
339339
},
340340
"heap": {
@@ -408,17 +408,17 @@
408408
}
409409
],
410410
"globals": {
411+
"foo": [
412+
"REF",
413+
1
414+
],
411415
"b": [
412416
"REF",
413417
3
414418
],
415419
"foo_deux": [
416420
"REF",
417421
2
418-
],
419-
"foo": [
420-
"REF",
421-
1
422422
]
423423
},
424424
"heap": {
@@ -492,17 +492,17 @@
492492
}
493493
],
494494
"globals": {
495+
"foo": [
496+
"REF",
497+
1
498+
],
495499
"b": [
496500
"REF",
497501
3
498502
],
499503
"foo_deux": [
500504
"REF",
501505
2
502-
],
503-
"foo": [
504-
"REF",
505-
1
506506
]
507507
},
508508
"heap": {
@@ -581,17 +581,17 @@
581581
}
582582
],
583583
"globals": {
584+
"foo": [
585+
"REF",
586+
1
587+
],
584588
"b": [
585589
"REF",
586590
3
587591
],
588592
"foo_deux": [
589593
"REF",
590594
2
591-
],
592-
"foo": [
593-
"REF",
594-
1
595595
]
596596
},
597597
"heap": {
@@ -680,17 +680,17 @@
680680
}
681681
],
682682
"globals": {
683+
"foo": [
684+
"REF",
685+
1
686+
],
683687
"b": [
684688
"REF",
685689
3
686690
],
687691
"foo_deux": [
688692
"REF",
689693
2
690-
],
691-
"foo": [
692-
"REF",
693-
1
694694
]
695695
},
696696
"heap": {

0 commit comments

Comments
 (0)