formatting fixes in tests

This commit is contained in:
Quentin Carbonneaux 2026-02-12 09:23:13 +01:00
parent 5f40188f9e
commit 4f9b94a9b3
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@ type :obj = { l, l, l, l }
export export
function :obj $f(l %self) { function :obj $f(l %self) {
@_0 @_0
%_1 =l alloc8 16 %_1 =l alloc8 16
storel 77, %_1 storel 77, %_1
ret %_1 ret %_1
} }
# >>> driver # >>> driver

View File

@ -4,8 +4,8 @@
export function w $main() { export function w $main() {
@_0 @_0
%_1 =w call $myfunc(l 1, l 2, l 3, l 4, l 5, l 6, l 7, l 8, l 9223372036854775807) %_1 =w call $myfunc(l 1, l 2, l 3, l 4, l 5, l 6, l 7, l 8, l 9223372036854775807)
ret 0 ret 0
} }
# >>> driver # >>> driver