diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_053.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_053.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_053.c b/tests/usr.bin/xlint/lint1/msg_053.c index 2c37966ce37..5ae433e4a40 100644 --- a/tests/usr.bin/xlint/lint1/msg_053.c +++ b/tests/usr.bin/xlint/lint1/msg_053.c @@ -1,8 +1,10 @@ -/* $NetBSD: msg_053.c,v 1.6 2022/10/01 09:42:40 rillig Exp $ */ +/* $NetBSD: msg_053.c,v 1.7 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_053.c" // Test for message: declared argument '%s' is missing [53] +/* lint1-extra-flags: -X 351 */ + /* expect+2: error: old-style declaration; add 'int' [1] */ oldstyle(argument) int argument; |
