diff options
Diffstat (limited to 'test/float_test.h')
-rw-r--r-- | test/float_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/float_test.h b/test/float_test.h index 1787bd7..89bcf21 100644 --- a/test/float_test.h +++ b/test/float_test.h @@ -23,6 +23,6 @@ #include "test.h" -struct test_results float_test(void); +int float_test(char *testname); #endif /* LIBRIN_FLOAT_TEST_INCLUDED */ |