summaryrefslogtreecommitdiff
path: root/test/D
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2016-01-10 17:37:41 +0000
committerRussel Winder <russel@winder.org.uk>2016-01-10 17:37:41 +0000
commit6881e01719eff4f404f5c70524ac295efe09ce06 (patch)
tree6eae92fff925d824c8e9f88f9817e44fcd573886 /test/D
parent51406e5b8a1e0d752729ca3c703a421417b062be (diff)
downloadscons-6881e01719eff4f404f5c70524ac295efe09ce06.tar.gz
Amend the message.
Diffstat (limited to 'test/D')
-rw-r--r--test/D/SharedObjects/Common/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/D/SharedObjects/Common/common.py b/test/D/SharedObjects/Common/common.py
index e81cf5b3..280c6f2e 100644
--- a/test/D/SharedObjects/Common/common.py
+++ b/test/D/SharedObjects/Common/common.py
@@ -46,7 +46,7 @@ def testForTool(tool):
test.skip_test("Required executable for tool '{0}' not found, skipping test.\n".format(tool))
if tool == 'gdc':
- test.skip_test('gdc does not, as at version 4.9.1, support shared libraries.\n')
+ test.skip_test('gdc in GCC distribution does not, as at version 5.3.1, support shared libraries.\n')
if tool == 'dmd' and Base()['DC'] == 'gdmd':
test.skip_test('gdmd does not recognize the -shared option so cannot support linking of shared objects.\n')