From bf68741be4a5f18536751459b4cea45cccffcb52 Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Mon, 22 Dec 2014 18:17:53 +0000 Subject: Remove excess blank lines. --- test/D/SharedObjects/Common/common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/D/SharedObjects/Common/common.py b/test/D/SharedObjects/Common/common.py index 83b5162..e81cf5b 100644 --- a/test/D/SharedObjects/Common/common.py +++ b/test/D/SharedObjects/Common/common.py @@ -45,14 +45,12 @@ def testForTool(tool): if not isExecutableOfToolAvailable(test, 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') 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') - platform = Base()['PLATFORM'] if platform == 'posix': filename = 'code.o' -- cgit v0.12