summaryrefslogtreecommitdiff
path: root/unit-tests/cond-cmp-numeric.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/cond-cmp-numeric.mk')
-rw-r--r--unit-tests/cond-cmp-numeric.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/cond-cmp-numeric.mk b/unit-tests/cond-cmp-numeric.mk
index e025b99b27cd..63a3bff8d560 100644
--- a/unit-tests/cond-cmp-numeric.mk
+++ b/unit-tests/cond-cmp-numeric.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cond-cmp-numeric.mk,v 1.7 2023/03/04 08:07:29 rillig Exp $
+# $NetBSD: cond-cmp-numeric.mk,v 1.8 2024/08/06 18:00:16 rillig Exp $
#
# Tests for numeric comparisons in .if conditions.
#
@@ -34,7 +34,7 @@
# whether the operator is valid, leaving the rest of the work to the
# evaluation functions EvalCompareNum and EvalCompareStr. Ensure that this
# parse error is properly reported.
-# expect+1: Malformed conditional (123 ! 123)
+# expect+1: Malformed conditional '123 ! 123'
.if 123 ! 123
. error
.else