summaryrefslogtreecommitdiffstats
path: root/test/MSVS/vs-6.0-files.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/MSVS/vs-6.0-files.py')
-rw-r--r--test/MSVS/vs-6.0-files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MSVS/vs-6.0-files.py b/test/MSVS/vs-6.0-files.py
index 04e7c93..2863428 100644
--- a/test/MSVS/vs-6.0-files.py
+++ b/test/MSVS/vs-6.0-files.py
@@ -241,7 +241,7 @@ test.must_not_exist(test.workpath('work1', 'Test.dsw'))
test.subdir('work2', ['work2', 'src'])
test.write(['work2', 'SConstruct'], """\
-SConscript('src/SConscript', build_dir='build')
+SConscript('src/SConscript', variant_dir='build')
""")
test.write(['work2', 'src', 'SConscript'], SConscript_contents)