summaryrefslogtreecommitdiff
path: root/test/D
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2016-01-19 10:46:38 +0000
committerRussel Winder <russel@winder.org.uk>2016-01-19 10:46:38 +0000
commitfbae6623da1b88e402b62ceb71606734a9c9c314 (patch)
tree3868c62f2001a91a63a9d0c4cd40013a7afd9d00 /test/D
parentede35b884dcdef9c0c1463af6a91d96b429f17d2 (diff)
downloadscons-fbae6623da1b88e402b62ceb71606734a9c9c314.tar.gz
Correct the Issue number. Amend the test to use an option valid for dmd, ldc2, and gdc.
Diffstat (limited to 'test/D')
-rw-r--r--test/D/Issues/2994/D_changed_DFLAGS_not_rebuilding.py (renamed from test/D/Issues/2944/D_changed_DFLAGS_not_rebuilding.py)0
-rw-r--r--test/D/Issues/2994/image/SConstruct (renamed from test/D/Issues/2944/image/SConstruct)8
-rw-r--r--test/D/Issues/2994/image/main.d (renamed from test/D/Issues/2944/image/main.d)0
3 files changed, 3 insertions, 5 deletions
diff --git a/test/D/Issues/2944/D_changed_DFLAGS_not_rebuilding.py b/test/D/Issues/2994/D_changed_DFLAGS_not_rebuilding.py
index 1d9854fa..1d9854fa 100644
--- a/test/D/Issues/2944/D_changed_DFLAGS_not_rebuilding.py
+++ b/test/D/Issues/2994/D_changed_DFLAGS_not_rebuilding.py
diff --git a/test/D/Issues/2944/image/SConstruct b/test/D/Issues/2994/image/SConstruct
index 2c7deee1..3d059e7e 100644
--- a/test/D/Issues/2944/image/SConstruct
+++ b/test/D/Issues/2994/image/SConstruct
@@ -1,11 +1,9 @@
-# -*- codig:utf-8; -*-
+# -*- coding:utf-8; -*-
env=Environment()
change = ARGUMENTS.get('change', 0)
if int(change):
- env.Append(DFLAGS = '-d')
-
-env.Program('proj', ['main.d'])
-
+ env.Append(DFLAGS = '-I.')
+env.Program('proj', ['main.d'])
diff --git a/test/D/Issues/2944/image/main.d b/test/D/Issues/2994/image/main.d
index f0aa23aa..f0aa23aa 100644
--- a/test/D/Issues/2944/image/main.d
+++ b/test/D/Issues/2994/image/main.d