diff options
author | Russel Winder <russel@winder.org.uk> | 2016-01-10 17:37:41 (GMT) |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2016-01-10 17:37:41 (GMT) |
commit | 82857f4e863cc754cd02e4aee8507d888afc377e (patch) | |
tree | 6eae92fff925d824c8e9f88f9817e44fcd573886 /test | |
parent | 31c24bc7e328fb2e8d75893c675f63e37dc2e6dc (diff) | |
download | SCons-82857f4e863cc754cd02e4aee8507d888afc377e.zip SCons-82857f4e863cc754cd02e4aee8507d888afc377e.tar.gz SCons-82857f4e863cc754cd02e4aee8507d888afc377e.tar.bz2 |
Amend the message.
Diffstat (limited to 'test')
-rw-r--r-- | test/D/SharedObjects/Common/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |