diff options
Diffstat (limited to 'tests/ner_f.c')
-rw-r--r-- | tests/ner_f.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ner_f.c b/tests/ner_f.c index fb60120..222dfc3 100644 --- a/tests/ner_f.c +++ b/tests/ner_f.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, float), EJIT_ARG(1, float)) == 0); - assert(erf2(f, EJIT_ARG(1, float), EJIT_ARG(0, float)) == 1); + assert(erfi2(f, EJIT_ARG(1, float), EJIT_ARG(1, float)) == 0); + assert(erfi2(f, EJIT_ARG(1, float), EJIT_ARG(0, float)) == 1); ejit_destroy_func(f); } |