Skip to content

Commit 70fb118

Browse files
Update irbuild-basic.test
1 parent 1028f8c commit 70fb118

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mypyc/test-data/irbuild-basic.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2888,7 +2888,7 @@ def call_any_helper(l):
28882888
r8, r9, r10 :: native_int
28892889
r11 :: bit
28902890
r12 :: object
2891-
r13, __mypyc_any_item__0 :: str
2891+
r13, __mypyc_any_item___0 :: str
28922892
r14 :: bit
28932893
r15 :: native_int
28942894
L0:
@@ -2918,8 +2918,8 @@ L5:
29182918
L6:
29192919
r12 = list_get_item_unsafe r2, r9
29202920
r13 = cast(str, r12)
2921-
__mypyc_any_item__0 = r13
2922-
r14 = CPyStr_IsTrue(__mypyc_any_item__0)
2921+
__mypyc_any_item___0 = r13
2922+
r14 = CPyStr_IsTrue(__mypyc_any_item___0)
29232923
if r14 goto L7 else goto L8 :: bool
29242924
L7:
29252925
r0 = 1
@@ -2944,7 +2944,7 @@ def call_all_helper(l):
29442944
r8, r9, r10 :: native_int
29452945
r11 :: bit
29462946
r12 :: object
2947-
r13, __mypyc_all_item__1 :: str
2947+
r13, __mypyc_all_item___1 :: str
29482948
r14 :: bit
29492949
r15 :: native_int
29502950
L0:
@@ -2974,8 +2974,8 @@ L5:
29742974
L6:
29752975
r12 = list_get_item_unsafe r2, r9
29762976
r13 = cast(str, r12)
2977-
__mypyc_all_item__1 = r13
2978-
r14 = CPyStr_IsTrue(__mypyc_all_item__1)
2977+
__mypyc_all_item___1 = r13
2978+
r14 = CPyStr_IsTrue(__mypyc_all_item___1)
29792979
if r14 goto L8 else goto L7 :: bool
29802980
L7:
29812981
r0 = 0

0 commit comments

Comments
 (0)