aboutsummaryrefslogtreecommitdiff
path: root/tests/sti_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sti_f.c')
-rw-r--r--tests/sti_f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sti_f.c b/tests/sti_f.c
index dede763..9122a71 100644
--- a/tests/sti_f.c
+++ b/tests/sti_f.c
@@ -21,7 +21,7 @@ int main(int argc, char *argv[])
assert(data[0] == -1.0);
assert(data[1] == 0.0);
assert(data[2] == 0.5);
- erf1(f, EJIT_ARG(42.5, float));
+ erfi1(f, EJIT_ARG(42.5, float));
assert(data[0] == -1.0);
assert(data[1] == 42.5);
assert(data[2] == 0.5);