Module Name:    src
Committed By:   rillig
Date:           Thu Jun 22 13:02:42 UTC 2023

Modified Files:
        src/usr.bin/make/unit-tests: varmod-match.exp

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/varmod-match.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/varmod-match.exp
diff -u src/usr.bin/make/unit-tests/varmod-match.exp:1.8 src/usr.bin/make/unit-tests/varmod-match.exp:1.9
--- src/usr.bin/make/unit-tests/varmod-match.exp:1.8	Thu Jun 22 09:09:08 2023
+++ src/usr.bin/make/unit-tests/varmod-match.exp	Thu Jun 22 13:02:42 2023
@@ -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

Reply via email to