summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index 103a72ad3..4e84849f0 100644
--- a/src/test.c
+++ b/src/test.c
@@ -119,7 +119,7 @@ unary_advance (void)
* beyond - call when we're beyond the end of the argument list (an
* error condition)
*/
-static void
+static _Noreturn void
beyond (void)
{
test_syntax_error (_("missing argument after %s"), quote (argv[argc - 1]));