Skip to content

Commit e02dbf3

Browse files
Update irbuild-basic.test
1 parent 8228b9e commit e02dbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/irbuild-basic.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ L0:
17661766
r10 = PyDict_New()
17671767
r11 = CPyDict_UpdateInDisplay(r10, r6)
17681768
r12 = r11 >= 0 :: signed
1769-
r13 = PyTuple_Pack(0)
1769+
r13 = _CPyTuple_LoadEmptyTupleConstant()
17701770
r14 = PyObject_Call(r9, r13, r10)
17711771
r15 = unbox(tuple[int, int, int], r14)
17721772
return r15

0 commit comments

Comments
 (0)