diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_200.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_200.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_200.c b/tests/usr.bin/xlint/lint1/msg_200.c index f846ffa8f67..d89d83dfc31 100644 --- a/tests/usr.bin/xlint/lint1/msg_200.c +++ b/tests/usr.bin/xlint/lint1/msg_200.c @@ -1,8 +1,10 @@ -/* $NetBSD: msg_200.c,v 1.3 2021/08/27 20:16:50 rillig Exp $ */ +/* $NetBSD: msg_200.c,v 1.4 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_200.c" // Test for message: duplicate case in switch: %lu [200] +/* lint1-extra-flags: -X 351 */ + void example(unsigned x) { |
