Skip to content

Commit b346bbf

Browse files
committed
fix ir
1 parent a0c147b commit b346bbf

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
@@ -219,5 +219,5 @@ def f(x):
219219
x :: int
220220
r0 :: bytes
221221
L0:
222-
r0 = int_to_bytes x, 2, 'big', 0
222+
r0 = CPyTagged_ToBytes(x, 4, 'big', 0)
223223
return r0

0 commit comments

Comments
 (0)