summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/BuildDir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Deprecated/BuildDir.py')
-rw-r--r--test/Deprecated/BuildDir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/BuildDir.py b/test/Deprecated/BuildDir.py
index 5fe10c0..b0d6610 100644
--- a/test/Deprecated/BuildDir.py
+++ b/test/Deprecated/BuildDir.py
@@ -35,7 +35,7 @@ _exe = TestSCons._exe
test = TestSCons.TestSCons()
-test.write('SConstruct', """
+test.write('SConscript', """
BuildDir('build', 'src')
""")