summaryrefslogtreecommitdiff
path: root/test/huge/huge.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/huge/huge.c')
-rw-r--r--test/huge/huge.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/huge/huge.c b/test/huge/huge.c
index 1e104a705f2..3aa61a9048e 100644
--- a/test/huge/huge.c
+++ b/test/huge/huge.c
@@ -65,13 +65,13 @@ static size_t lengths[] = {
0
};
+static void usage(void)
+ WT_GCC_FUNC_DECL_ATTRIBUTE((noreturn));
static void
usage(void)
{
fprintf(stderr, "usage: %s [-s]\n", progname);
- fprintf(stderr, "%s",
- "\t-s small run, only test up to 1GB\n");
-
+ fprintf(stderr, "%s", "\t-s small run, only test up to 1GB\n");
exit(EXIT_FAILURE);
}