summaryrefslogtreecommitdiffstats
path: root/test/D/GDC.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/GDC.py')
-rw-r--r--test/D/GDC.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/D/GDC.py b/test/D/GDC.py
index e24ec43..b548b94 100644
--- a/test/D/GDC.py
+++ b/test/D/GDC.py
@@ -36,7 +36,7 @@ if not test.where_is('gdc'):
test.write('SConstruct', """\
import os
-env = Environment(tools=['link', 'gdc'], ENV=os.environ)
+env = Environment(tools=['link', 'gdc'])
if env['PLATFORM'] == 'cygwin': env['OBJSUFFIX'] = '.obj' # trick DMD
env.Program('foo', 'foo.d')
""")