summaryrefslogtreecommitdiff
path: root/test/D
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2016-01-19 17:30:41 +0000
committerRussel Winder <russel@winder.org.uk>2016-01-19 17:30:41 +0000
commit6f1a00e0e368ce59e2a8b6b4a088e48f463fe94e (patch)
treee3da370799409e61468868397770eeba5a5fe4bf /test/D
parentfbae6623da1b88e402b62ceb71606734a9c9c314 (diff)
parent9815eb77cc93998db8e4ca28a9028bc19ddbd742 (diff)
downloadscons-6f1a00e0e368ce59e2a8b6b4a088e48f463fe94e.tar.gz
Merge in default.
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')