diff options
Diffstat (limited to 'string/tst-bswap.c')
-rw-r--r-- | string/tst-bswap.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/string/tst-bswap.c b/string/tst-bswap.c index d3e432dbf5..def6e2f28a 100644 --- a/string/tst-bswap.c +++ b/string/tst-bswap.c @@ -21,7 +21,7 @@ extern unsigned long long int wash (unsigned long long int a); -static int +int do_test (void) { int result = 0; @@ -72,5 +72,4 @@ wash (unsigned long long int a) return a + 0; } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |