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 make(1): fix comments in test for st...



details:   https://anonhg.NetBSD.org/src/rev/28250109c20b
branches:  trunk
changeset: 945432:28250109c20b
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Oct 30 14:53:31 2020 +0000

description:
make(1): fix comments in test for string literals in conditions

diffstat:

 usr.bin/make/unit-tests/cond-cmp-string.mk |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 379165064429 -r 28250109c20b usr.bin/make/unit-tests/cond-cmp-string.mk
--- a/usr.bin/make/unit-tests/cond-cmp-string.mk        Fri Oct 30 14:51:47 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-cmp-string.mk        Fri Oct 30 14:53:31 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cond-cmp-string.mk,v 1.10 2020/10/30 14:51:47 rillig Exp $
+# $NetBSD: cond-cmp-string.mk,v 1.11 2020/10/30 14:53:31 rillig Exp $
 #
 # Tests for string comparisons in .if conditions.
 
@@ -63,9 +63,8 @@
 .if ${:Uword } != "${:Uword} "
 .  error
 .endif
-
-# Some other characters work though, and some don't.
-# Those that are mentioned in is_separator don't work.
+# Some other characters worked though, and some didn't.
+# Those that are mentioned in is_separator didn't work.
 .if ${:Uword0} != "${:Uword}0"
 .  error
 .endif



Home | Main Index | Thread Index | Old Index