Skip to content

Commit d60a550

Browse files
committed
chore: remove test leftover
1 parent 7817e02 commit d60a550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/self-hosted/_bin.lo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export fn _start() {
8080
};
8181
//
8282
if command == LoCommand::Wasi {
83-
let module_bytes = file_read(file_name, 1) catch err {
83+
let module_bytes = file_read(file_name) catch err {
8484
defer err.free();
8585
stderr_writeln(String::as_str(err));
8686
return finalize_and_exit(1);

0 commit comments

Comments
 (0)