diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_052.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_052.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_052.c b/tests/usr.bin/xlint/lint1/msg_052.c index 7aa52cf62b5..e064ec630d6 100644 --- a/tests/usr.bin/xlint/lint1/msg_052.c +++ b/tests/usr.bin/xlint/lint1/msg_052.c @@ -1,8 +1,10 @@ -/* $NetBSD: msg_052.c,v 1.4 2022/06/20 21:13:36 rillig Exp $ */ +/* $NetBSD: msg_052.c,v 1.5 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_052.c" // Test for message: cannot initialize parameter '%s' [52] +/* lint1-extra-flags: -X 351 */ + int definition(i) /* expect+1: error: cannot initialize parameter 'i' [52] */ |
