From 82857f4e863cc754cd02e4aee8507d888afc377e Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Sun, 10 Jan 2016 17:37:41 +0000 Subject: Amend the message. --- test/D/SharedObjects/Common/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/D/SharedObjects/Common/common.py b/test/D/SharedObjects/Common/common.py index e81cf5b..280c6f2 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') -- cgit v0.12