Skip to content

Commit 3fc42a7

Browse files
committed
Fix test
1 parent 70cd72c commit 3fc42a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast-to-tacky.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Function main () {
181181
Label(else_label)
182182
Copy($3, %y.1)
183183
Label(if_end_label)
184-
zReturn(%y.1)
184+
Return(%y.1)
185185
}
186186
`);
187187
});

0 commit comments

Comments
 (0)