aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/autowasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/autowasm.c b/test/autowasm.c
index 0f81225..02b034c 100644
--- a/test/autowasm.c
+++ b/test/autowasm.c
@@ -12,7 +12,7 @@
#pragma weak main
int main (int argc, char** argv) {
int wasm = open("./test.wasm", O_RDONLY);
- read_aggr(wasm);
+ read_aggr_wasm(wasm);
printf("magic_number:%x\n", magic_number_container->magic_number);
printf("version:%x\n", version_container->version);