Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use expected test result
  • Loading branch information
esarp committed Apr 15, 2026
commit ee10f390ae6e796db3e6d4b18f5688e290b1060a
8 changes: 3 additions & 5 deletions mypyc/test-data/irbuild-tuple.test
Original file line number Diff line number Diff line change
Expand Up @@ -1196,8 +1196,7 @@ def f():
r4 :: i32
r5 :: bit
r6 :: short_int
r7 :: object
r8 :: tuple
r7 :: tuple
L0:
r0 = PyList_New(0)
r1 = 0
Expand All @@ -1215,9 +1214,8 @@ L3:
r1 = r6
goto L1
L4:
r7 = PyObject_GetIter(r0)
r8 = PySequence_Tuple(r7)
return r8
r7 = PyList_AsTuple(r0)
return r7
def f2():
r0 :: list
r1 :: short_int
Expand Down