summaryrefslogtreecommitdiff
path: root/tests/test-printf-frexpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-printf-frexpl.c')
-rw-r--r--tests/test-printf-frexpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-printf-frexpl.c b/tests/test-printf-frexpl.c
index dd39fe84..ae3f5629 100644
--- a/tests/test-printf-frexpl.c
+++ b/tests/test-printf-frexpl.c
@@ -130,5 +130,5 @@ main ()
ASSERT (mantissa == my_ldexp (x, - exp));
}
- return 0;
+ return test_exit_status;
}