summaryrefslogtreecommitdiffstats
path: root/test/MSVS
diff options
context:
space:
mode:
Diffstat (limited to 'test/MSVS')
-rw-r--r--test/MSVS/vs-8.0-clean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MSVS/vs-8.0-clean.py b/test/MSVS/vs-8.0-clean.py
index f17c605..8bcc16e 100644
--- a/test/MSVS/vs-8.0-clean.py
+++ b/test/MSVS/vs-8.0-clean.py
@@ -45,7 +45,7 @@ expected_vcprojfile = TestSConsMSVS.expected_vcprojfile_8_0
test.write('SConstruct', """\
env=Environment(platform='win32', tools=['msvs'], MSVS_VERSION='8.0',
- CPPDEFINES=['DEF1', 'DEF2'],
+ CPPDEFINES=['DEF1', 'DEF2',('DEF3','1234')],
CPPPATH=['inc1', 'inc2'])
testsrc = ['test1.cpp', 'test2.cpp']