summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/cond-cmp-numeric.exp
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2022-03-03 19:36:35 +0000
committerrillig <rillig@NetBSD.org>2022-03-03 19:36:35 +0000
commit41d122915f0caccae9aab4fa6fb4e607d4cc8cfa (patch)
treefc32ab667e472ec8a9c6d802ff6bb61e2ef4a984 /usr.bin/make/unit-tests/cond-cmp-numeric.exp
parentd68e31c597f1a50081d1e2575fadedb9120edd3e (diff)
make: make debug logging for comparisons less technical
Diffstat (limited to 'usr.bin/make/unit-tests/cond-cmp-numeric.exp')
-rw-r--r--usr.bin/make/unit-tests/cond-cmp-numeric.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/unit-tests/cond-cmp-numeric.exp b/usr.bin/make/unit-tests/cond-cmp-numeric.exp
index d10262aa882..d913a44ff88 100644
--- a/usr.bin/make/unit-tests/cond-cmp-numeric.exp
+++ b/usr.bin/make/unit-tests/cond-cmp-numeric.exp
@@ -3,11 +3,11 @@ make: "cond-cmp-numeric.mk" line 11: String comparison operator must be either =
CondParser_Eval: ${:UNaN} > NaN
make: "cond-cmp-numeric.mk" line 16: String comparison operator must be either == or !=
CondParser_Eval: !(${:UNaN} == NaN)
-lhs = "NaN", rhs = "NaN", op = ==
+Comparing "NaN" == "NaN"
CondParser_Eval: 123 ! 123
make: "cond-cmp-numeric.mk" line 34: Malformed conditional (123 ! 123)
CondParser_Eval: ${:U 123} < 124
-lhs = 123.000000, rhs = 124.000000, op = <
+Comparing 123.000000 < 124.000000
CondParser_Eval: ${:U123 } < 124
make: "cond-cmp-numeric.mk" line 50: String comparison operator must be either == or !=
make: Fatal errors encountered -- cannot continue