summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint1/msg_246.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_246.c')
-rw-r--r--tests/usr.bin/xlint/lint1/msg_246.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_246.c b/tests/usr.bin/xlint/lint1/msg_246.c
index b8e0ef8d1fb..d102238fc03 100644
--- a/tests/usr.bin/xlint/lint1/msg_246.c
+++ b/tests/usr.bin/xlint/lint1/msg_246.c
@@ -1,9 +1,11 @@
-/* $NetBSD: msg_246.c,v 1.4 2022/06/22 19:23:18 rillig Exp $ */
+/* $NetBSD: msg_246.c,v 1.5 2023/07/07 19:45:22 rillig Exp $ */
# 3 "msg_246.c"
// Test for message: dubious conversion of enum to '%s' [246]
// This message is not used.
+/* lint1-extra-flags: -X 351 */
+
enum color {
RED, GREEN, BLUE
};