diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_335.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_335.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_335.c b/tests/usr.bin/xlint/lint1/msg_335.c index c8ae82d218c..687d648160d 100644 --- a/tests/usr.bin/xlint/lint1/msg_335.c +++ b/tests/usr.bin/xlint/lint1/msg_335.c @@ -1,11 +1,11 @@ -/* $NetBSD: msg_335.c,v 1.2 2022/06/17 06:59:16 rillig Exp $ */ +/* $NetBSD: msg_335.c,v 1.3 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_335.c" // Test for message: operand of '%s' must not be bool [335] // // See d_c99_bool_strict.c for many more examples. -/* lint1-extra-flags: -T */ +/* lint1-extra-flags: -T -X 351 */ typedef _Bool bool; |
