summaryrefslogtreecommitdiffstats
path: root/test/CC/CCVERSION.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CC/CCVERSION.py')
-rw-r--r--test/CC/CCVERSION.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CC/CCVERSION.py b/test/CC/CCVERSION.py
index 20d8616..7e829f0 100644
--- a/test/CC/CCVERSION.py
+++ b/test/CC/CCVERSION.py
@@ -37,7 +37,7 @@ if sys.platform == 'win32':
test.skip_test('CCVERSION not set with MSVC, skipping test.')
test.dir_fixture('CCVERSION-fixture')
-test.file_fixture(os.path.join('CC-fixture', 'foo.c'))
+test.file_fixture(['CC-fixture', 'foo.c'])
test.write('SConstruct', """
cc = Environment().Dictionary('CC')