diff options
Diffstat (limited to 'tests/ner_d.c')
-rw-r--r-- | tests/ner_d.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ner_d.c b/tests/ner_d.c index 52a2f51..73ca2a9 100644 --- a/tests/ner_d.c +++ b/tests/ner_d.c @@ -18,8 +18,8 @@ int main(int argc, char *argv[]) ejit_select_compile_func(f, 1, 2, EJIT_USE64(long), do_jit); - assert(erf2(f, EJIT_ARG(1, double), EJIT_ARG(1, double)) == 0); - assert(erf2(f, EJIT_ARG(1, double), EJIT_ARG(0, double)) == 1); + assert(erfi2(f, EJIT_ARG(1, double), EJIT_ARG(1, double)) == 0); + assert(erfi2(f, EJIT_ARG(1, double), EJIT_ARG(0, double)) == 1); ejit_destroy_func(f); } |