summaryrefslogtreecommitdiff
path: root/test/CPPDEFINES
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2016-01-10 15:29:55 +0000
committerRussel Winder <russel@winder.org.uk>2016-01-10 15:29:55 +0000
commita39adb62574c0ed538839a05fa38cb3f3fc9a197 (patch)
tree7ddd20376bdc4514c673615dcddd01d7f9dbc10b /test/CPPDEFINES
parent0f74ab1dc94203e7483a8309346d3bba4d9410a8 (diff)
downloadscons-a39adb62574c0ed538839a05fa38cb3f3fc9a197.tar.gz
Remove spurious space causing test fail.
Diffstat (limited to 'test/CPPDEFINES')
-rw-r--r--test/CPPDEFINES/append.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CPPDEFINES/append.py b/test/CPPDEFINES/append.py
index 432ab640..14ea7b33 100644
--- a/test/CPPDEFINES/append.py
+++ b/test/CPPDEFINES/append.py
@@ -67,7 +67,7 @@ for (t1, c1) in cases:
env=Environment(CPPDEFINES = c1, CPPDEFPREFIX='-D')
env.Append(CPPDEFINES = c2)
final=env.subst('$_CPPDEFFLAGS',source="src", target="tgt")
- print('Append: \\n\\tresult=%s\\n\\tfinal=%s'%\\
+ print('Append:\\n\\tresult=%s\\n\\tfinal=%s'%\\
(env['CPPDEFINES'], final))
env=Environment(CPPDEFINES = c1, CPPDEFPREFIX='-D')
env.AppendUnique(CPPDEFINES = c2)