diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_hello_world.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_hello_world.py b/tests/test_hello_world.py index 0377392..89dd277 100644 --- a/tests/test_hello_world.py +++ b/tests/test_hello_world.py @@ -20,11 +20,11 @@ int32 main() { expected_ssa = r""" data $data0 = { b "Hello, world!\n", b 0 } -export function w $main() { +export function l $main() { @start %t0 =l copy $data0 call $printf(l %t0, ...) - %t1 =w copy 0 + %t1 =l copy 0 ret %t1 } """.strip() |