aboutsummaryrefslogtreecommitdiff
path: root/tests/ldi_i16.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ldi_i16.c')
-rw-r--r--tests/ldi_i16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ldi_i16.c b/tests/ldi_i16.c
index 7bbbc4d..db63b62 100644
--- a/tests/ldi_i16.c
+++ b/tests/ldi_i16.c
@@ -16,7 +16,7 @@ int main(int argc, char *argv[])
ejit_select_compile_func(f, 1, 0, false, do_jit);
- assert(ejit_run_func(f, 0, NULL) == -1);
+ assert(ejit_run_func_i(f, 0, NULL) == -1);
ejit_destroy_func(f);
}