From d4c99290d1afb1a388f834ab3b66d13919259742 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Wed, 15 Feb 2023 10:30:56 -0700 Subject: CPPDEFINES prepend test fix Signed-off-by: Mats Wichmann --- test/CPPDEFINES/prepend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CPPDEFINES/prepend.py b/test/CPPDEFINES/prepend.py index 16bedac..fb61678 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 -- cgit v0.12