aboutsummaryrefslogtreecommitdiff
path: root/tests/movr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/movr.c')
-rw-r--r--tests/movr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/movr.c b/tests/movr.c
index 3672f25..cfaaa65 100644
--- a/tests/movr.c
+++ b/tests/movr.c
@@ -14,6 +14,6 @@ int main(int argc, char *argv[])
ejit_retr(f, EJIT_GPR(1));
ejit_select_compile_func(f, 2, 0, EJIT_USE64(int), do_jit);
- assert(ejit_run_func_1(f, EJIT_ARG(42, int)) == 42);
+ assert(erfi1(f, EJIT_ARG(42, int)) == 42);
ejit_destroy_func(f);
}