Skip to content

Commit c4d9673

Browse files
Update irbuild-int.test
1 parent 6c82357 commit c4d9673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/irbuild-int.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def g(x):
232232
L0:
233233
r0 = CPyTagged_ToLittleEndianBytes(x, 8, 1)
234234
return r0
235-
def h(x):
235+
def h(x, byteorder):
236236
x :: int
237237
byteorder :: str
238238
r0 :: bytes

0 commit comments

Comments
 (0)