aboutsummaryrefslogtreecommitdiff
path: root/tests/blei_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/blei_u.c')
-rw-r--r--tests/blei_u.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/blei_u.c b/tests/blei_u.c
index b078995..1658e36 100644
--- a/tests/blei_u.c
+++ b/tests/blei_u.c
@@ -21,9 +21,9 @@ int main(int argc, char *argv[])
ejit_select_compile_func(f, 1, 0, EJIT_USE64(long), do_jit);
- assert(erf1(f, EJIT_ARG(0, long)) == 1);
- assert(erf1(f, EJIT_ARG(1, long)) == 0);
- assert(erf1(f, EJIT_ARG(-1, long)) == 0);
+ assert(erfi1(f, EJIT_ARG( 0, long)) == 1);
+ assert(erfi1(f, EJIT_ARG( 1, long)) == 0);
+ assert(erfi1(f, EJIT_ARG(-1, long)) == 0);
ejit_destroy_func(f);
}