summaryrefslogtreecommitdiffstats
path: root/test/option--debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option--debug.py')
-rw-r--r--test/option--debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--debug.py b/test/option--debug.py
index 95a3a9c..6561a05 100644
--- a/test/option--debug.py
+++ b/test/option--debug.py
@@ -34,7 +34,7 @@ test = TestSCons.TestSCons()
test.write('SConstruct', """
env = Environment(OBJSUFFIX = '.ooo', PROGSUFFIX = '.xxx')
-env.Program('foo', 'foo.c bar.c')
+env.Program('foo', Split('foo.c bar.c'))
""")
test.write('foo.c', r"""