summaryrefslogtreecommitdiffstats
path: root/test/Glob/strings.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Glob/strings.py')
-rw-r--r--test/Glob/strings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Glob/strings.py b/test/Glob/strings.py
index d9f8ff1..4852790 100644
--- a/test/Glob/strings.py
+++ b/test/Glob/strings.py
@@ -37,8 +37,8 @@ test = TestSCons.TestSCons()
test.subdir('src')
test.write('SConstruct', """\
-BuildDir('var1', 'src')
-BuildDir('var2', 'src')
+VariantDir('var1', 'src')
+VariantDir('var2', 'src')
SConscript('var1/SConscript')
SConscript('var2/SConscript')