summaryrefslogtreecommitdiffstats
path: root/test/MSVS/runfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/MSVS/runfile.py')
-rw-r--r--test/MSVS/runfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MSVS/runfile.py b/test/MSVS/runfile.py
index 581de64..5638916 100644
--- a/test/MSVS/runfile.py
+++ b/test/MSVS/runfile.py
@@ -100,7 +100,7 @@ expected_vcprojfile = """\
SConscript_contents = """\
-env=Environment(MSVS_VERSION = '8.0')
+env=Environment(tools=['msvs'], MSVS_VERSION = '8.0')
env.MSVSProject(target = 'Test.vcproj',
slnguid = '{SLNGUID}',