diff options
Diffstat (limited to 'string/tst-endian.c')
-rw-r--r-- | string/tst-endian.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/string/tst-endian.c b/string/tst-endian.c index d3c7c2c..b156ede 100644 --- a/string/tst-endian.c +++ b/string/tst-endian.c @@ -18,7 +18,7 @@ # define DIAG_IGNORE_NEEDS_COMMENT_TAUTOLOGICAL_COMPARE() #endif -static int +int do_test (void) { int result = 0; @@ -131,5 +131,4 @@ do_test (void) return result; } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |