Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make/unit-tests tests/make: fix line numbers in test...



details:   https://anonhg.NetBSD.org/src/rev/5475a7154e40
branches:  trunk
changeset: 376575:5475a7154e40
user:      rillig <rillig%NetBSD.org@localhost>
date:      Thu Jun 22 13:02:42 2023 +0000

description:
tests/make: fix line numbers in test result, since the previous commit

diffstat:

 usr.bin/make/unit-tests/varmod-match.exp |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 655332ec3dbe -r 5475a7154e40 usr.bin/make/unit-tests/varmod-match.exp
--- a/usr.bin/make/unit-tests/varmod-match.exp  Thu Jun 22 12:59:54 2023 +0000
+++ b/usr.bin/make/unit-tests/varmod-match.exp  Thu Jun 22 13:02:42 2023 +0000
@@ -10,8 +10,8 @@ CondParser_Eval: ${:Ua \$ sign:M*$$*} !=
 Comparing "$" != "$"
 CondParser_Eval: ${:Ua \$ sign any-asterisk:M*\$*} != "any-asterisk"
 Comparing "any-asterisk" != "any-asterisk"
-make: "varmod-match.mk" line 160: Unknown modifier "]"
-make: "varmod-match.mk" line 160: Malformed conditional (${ ${:U\:} ${:U\:\:} :L:M[:]} != ":")
+make: "varmod-match.mk" line 161: Unknown modifier "]"
+make: "varmod-match.mk" line 161: Malformed conditional (${ ${:U\:} ${:U\:\:} :L:M[:]} != ":")
 make: Fatal errors encountered -- cannot continue
 make: stopped in unit-tests
 exit status 1



Home | Main Index | Thread Index | Old Index