diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_117.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_117.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_117.c b/tests/usr.bin/xlint/lint1/msg_117.c index 0e512e30911..c6353adce23 100644 --- a/tests/usr.bin/xlint/lint1/msg_117.c +++ b/tests/usr.bin/xlint/lint1/msg_117.c @@ -1,9 +1,9 @@ -/* $NetBSD: msg_117.c,v 1.13 2023/01/29 17:13:10 rillig Exp $ */ +/* $NetBSD: msg_117.c,v 1.14 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_117.c" // Test for message: bitwise '%s' on signed value possibly nonportable [117] -/* lint1-extra-flags: -p */ +/* lint1-extra-flags: -p -X 351 */ int shr(int a, int b) |
