summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint1/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/usr.bin/xlint/lint1/decl.c')
-rw-r--r--tests/usr.bin/xlint/lint1/decl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/usr.bin/xlint/lint1/decl.c b/tests/usr.bin/xlint/lint1/decl.c
index 4f8185f1a42..e35146a690b 100644
--- a/tests/usr.bin/xlint/lint1/decl.c
+++ b/tests/usr.bin/xlint/lint1/decl.c
@@ -1,4 +1,4 @@
-/* $NetBSD: decl.c,v 1.21 2023/03/28 14:44:34 rillig Exp $ */
+/* $NetBSD: decl.c,v 1.22 2023/07/07 06:03:31 rillig Exp $ */
# 3 "decl.c"
/*
@@ -6,7 +6,7 @@
* declaration-specifiers and the declarators.
*/
-/* lint1-extra-flags: -X 351 */
+/* lint1-extra-flags: -X 191,351 */
/*
* Even though 'const' comes after 'char' and is therefore quite close to the