summaryrefslogtreecommitdiff
path: root/tests/test-isnand.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-isnand.h')
-rw-r--r--tests/test-isnand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-isnand.h b/tests/test-isnand.h
index 5369e336..712adf38 100644
--- a/tests/test-isnand.h
+++ b/tests/test-isnand.h
@@ -45,5 +45,5 @@ main ()
/* Signalling NaN. */
ASSERT (isnand (SNaNd ()));
#endif
- return 0;
+ return test_exit_status;
}