Skip to content

Commit 3eaa989

Browse files
committed
Fix irbuild test case to use WriteBuffer_internal
1 parent f97cc7c commit 3eaa989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/test-data/irbuild-classes.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ def foo():
14941494
r15, t :: int
14951495
r16, u, r17, v :: u8
14961496
L0:
1497-
r0 = WriteBuffer_internal_empty()
1497+
r0 = WriteBuffer_internal()
14981498
b = r0
14991499
r1 = 'foo'
15001500
r2 = write_str_internal(b, r1)

0 commit comments

Comments
 (0)