aboutsummaryrefslogtreecommitdiff
path: root/tests/ldi_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ldi_d.c')
-rw-r--r--tests/ldi_d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ldi_d.c b/tests/ldi_d.c
index 949eaee..d94f485 100644
--- a/tests/ldi_d.c
+++ b/tests/ldi_d.c
@@ -14,7 +14,7 @@ int main(int argc, char *argv[])
ejit_select_compile_func(f, 0, 1, EJIT_USE64(double), do_jit);
- assert(ejit_run_func_f(f, 0, NULL) == data);
+ assert(ejit_run_func_d(f, 0, NULL) == data);
ejit_destroy_func(f);
}