Skip to content

Commit a7151dd

Browse files
Update irbuild-int.test
1 parent db09bc0 commit a7151dd

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
@@ -215,7 +215,7 @@ L0:
215215
def f(x: int) -> bytes:
216216
return x.to_bytes(2, "big")
217217
def g(x: int) -> bytes:
218-
return x.to_bytes(4, "little", True)
218+
return x.to_bytes(4, "little", signed=True)
219219
[out]
220220
def f(x):
221221
x :: int

0 commit comments

Comments
 (0)