Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/xlint/lint1 lint: update message text for 259 ...



details:   https://anonhg.NetBSD.org/src/rev/bdd57dd713e7
branches:  trunk
changeset: 959194:bdd57dd713e7
user:      rillig <rillig%NetBSD.org@localhost>
date:      Thu Feb 04 07:39:39 2021 +0000

description:
lint: update message text for 259 in test

That's the one place that is not checked for matching the actual message
by my usual pre-commit checks.

diffstat:

 tests/usr.bin/xlint/lint1/msg_259.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 9e197a949af5 -r bdd57dd713e7 tests/usr.bin/xlint/lint1/msg_259.c
--- a/tests/usr.bin/xlint/lint1/msg_259.c       Thu Feb 04 06:54:59 2021 +0000
+++ b/tests/usr.bin/xlint/lint1/msg_259.c       Thu Feb 04 07:39:39 2021 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: msg_259.c,v 1.5 2021/02/04 06:55:00 rillig Exp $       */
+/*     $NetBSD: msg_259.c,v 1.6 2021/02/04 07:39:39 rillig Exp $       */
 # 3 "msg_259.c"
 
-// Test for message: argument #%d is converted from '%s' to '%s' [259]
+// Test for message: argument #%d is converted from '%s' to '%s' due to prototype [259]
 
 /* lint1-extra-flags: -h */
 



Home | Main Index | Thread Index | Old Index