diff options
Diffstat (limited to 'string/tst-strcoll-overflow.c')
-rw-r--r-- | string/tst-strcoll-overflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/tst-strcoll-overflow.c b/string/tst-strcoll-overflow.c index ee694b6..826af4f 100644 --- a/string/tst-strcoll-overflow.c +++ b/string/tst-strcoll-overflow.c @@ -30,7 +30,7 @@ 64-bit. */ #define SIZE 0x40000000ul -static int +int do_test (void) { TEST_VERIFY_EXIT (setlocale (LC_COLLATE, "en_GB.UTF-8") != NULL); |