summaryrefslogtreecommitdiff
path: root/unit-tests/directive-undef.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/directive-undef.mk')
-rw-r--r--unit-tests/directive-undef.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/directive-undef.mk b/unit-tests/directive-undef.mk
index ff91eeddb41f..aac110437686 100644
--- a/unit-tests/directive-undef.mk
+++ b/unit-tests/directive-undef.mk
@@ -1,4 +1,4 @@
-# $NetBSD: directive-undef.mk,v 1.3 2020/08/23 19:30:13 rillig Exp $
+# $NetBSD: directive-undef.mk,v 1.4 2020/10/24 08:46:08 rillig Exp $
#
# Tests for the .undef directive.
@@ -10,7 +10,7 @@
3= 3
.undef 1 2 3
.if ${1:U_}${2:U_}${3:U_} != _23
-.warning $1$2$3
+. warning $1$2$3
.endif
all: