Module Name:    src
Committed By:   rillig
Date:           Fri Jul 31 15:16:05 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: moderrs.mk

Log Message:
make(1): remove outdated comment from unit test

It had indeed been undefined behavior and was fixed in var.c r1.359 today
in the morning.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/make/unit-tests/moderrs.mk

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/moderrs.mk
diff -u src/usr.bin/make/unit-tests/moderrs.mk:1.10 src/usr.bin/make/unit-tests/moderrs.mk:1.11
--- src/usr.bin/make/unit-tests/moderrs.mk:1.10	Fri Jul 31 13:49:25 2020
+++ src/usr.bin/make/unit-tests/moderrs.mk	Fri Jul 31 15:16:05 2020
@@ -1,4 +1,4 @@
-# $Id: moderrs.mk,v 1.10 2020/07/31 13:49:25 rillig Exp $
+# $Id: moderrs.mk,v 1.11 2020/07/31 15:16:05 rillig Exp $
 #
 # various modifier error tests
 
@@ -90,8 +90,6 @@ modexclam:
 	# and the above would have produced an "Unknown modifier '!'".
 	@echo ${!:L:!=exclam}
 
-# XXX: For "${VAR:S", I wonder where the "(@ missing)" comes from.
-# This could be undefined behavior, but it's reproducible.
 mod-subst-delimiter:
 	@echo $@:
 	@echo ${VAR:S

Reply via email to