diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_118.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_118.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_118.c b/tests/usr.bin/xlint/lint1/msg_118.c index 9303ba47621..b31d9b6edfd 100644 --- a/tests/usr.bin/xlint/lint1/msg_118.c +++ b/tests/usr.bin/xlint/lint1/msg_118.c @@ -1,9 +1,9 @@ -/* $NetBSD: msg_118.c,v 1.6 2022/06/17 18:54:53 rillig Exp $ */ +/* $NetBSD: msg_118.c,v 1.7 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_118.c" /* Test for message: semantics of '%s' change in ANSI C; use explicit cast [118] */ -/* lint1-flags: -hw */ +/* lint1-flags: -hw -X 351 */ int int_shl_uint(int left, unsigned int right) |
