summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-02-15 10:30:56 -0700
committerMats Wichmann <mats@linux.com>2023-02-15 10:30:56 -0700
commitd4c99290d1afb1a388f834ab3b66d13919259742 (patch)
tree4d2e70c11421e7c3173dc8a0c616e0e6002e3ed3
parentc1adc3e49673431d57cbb157a1f6157070e3a1f6 (diff)
downloadscons-git-d4c99290d1afb1a388f834ab3b66d13919259742.tar.gz
CPPDEFINES prepend test fix
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--test/CPPDEFINES/prepend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CPPDEFINES/prepend.py b/test/CPPDEFINES/prepend.py
index 16bedac05..fb61678a8 100644
--- a/test/CPPDEFINES/prepend.py
+++ b/test/CPPDEFINES/prepend.py
@@ -44,7 +44,7 @@ expect_print_output="""\
-Dbaz -Dfoo bar
-Dbar baz -Dfoo
-Dbaz -Dbar -Dfoo
--DMacro1=Value1 -DMacro3=Value3 -DMacro2=Value2 -DMacro4
+-DMacro1=Value1 -DMacro3=Value3 -DMacro4 -DMacro2=Value2
-DMacro1=Value1
-DMacro1 -DValue1
==== Testing CPPDEFINES, prepending a string to a string