diff options
Diffstat (limited to 'unit-tests/varmod.mk')
| -rw-r--r-- | unit-tests/varmod.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/varmod.mk b/unit-tests/varmod.mk index b496bdd206a2..21ddf9103251 100644 --- a/unit-tests/varmod.mk +++ b/unit-tests/varmod.mk @@ -1,4 +1,4 @@ -# $NetBSD: varmod.mk,v 1.4 2020/11/02 17:30:22 rillig Exp $ +# $NetBSD: varmod.mk,v 1.5 2020/12/19 22:33:11 rillig Exp $ # # Tests for variable modifiers, such as :Q, :S,from,to or :Ufallback. @@ -51,7 +51,7 @@ DOLLAR2= ${:U\$} # The variable modifier :P does not fall back to the SysV modifier. # Therefore the modifier :P=RE generates a parse error. # XXX: The .error should not be reached since the variable expression is -# malformed. +# malformed, and this error should be propagated up to Cond_EvalLine. VAR= STOP .if ${VAR:P=RE} != "STORE" . error |
