diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_021.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_021.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_021.c b/tests/usr.bin/xlint/lint1/msg_021.c index 799e95eafe7..d9f323ef300 100644 --- a/tests/usr.bin/xlint/lint1/msg_021.c +++ b/tests/usr.bin/xlint/lint1/msg_021.c @@ -1,10 +1,12 @@ -/* $NetBSD: msg_021.c,v 1.4 2022/06/20 21:13:36 rillig Exp $ */ +/* $NetBSD: msg_021.c,v 1.5 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_021.c" // Test for message: redeclaration of formal parameter '%s' [21] /* See also message 237, which has the same text. */ +/* lint1-extra-flags: -X 351 */ + /*ARGSUSED*/ void /* expect+1: error: redeclaration of formal parameter 'parameter' [21] */ |
