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