diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_114.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_114.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_114.c b/tests/usr.bin/xlint/lint1/msg_114.c index 7d71b6f7b83..e1749f3f3e6 100644 --- a/tests/usr.bin/xlint/lint1/msg_114.c +++ b/tests/usr.bin/xlint/lint1/msg_114.c @@ -1,8 +1,10 @@ -/* $NetBSD: msg_114.c,v 1.6 2022/06/21 21:18:30 rillig Exp $ */ +/* $NetBSD: msg_114.c,v 1.7 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_114.c" // Test for message: %soperand of '%s' must be lvalue [114] +/* lint1-extra-flags: -X 351 */ + /* ARGSUSED */ void example(int a) |
