summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2014-12-22 18:17:53 +0000
committerRussel Winder <russel@winder.org.uk>2014-12-22 18:17:53 +0000
commitbdf75a668583c67fd6a8c166bd756f3b25eb40c0 (patch)
tree8fdc139f04d5fdfa494f3b03f25d8ae1a82b31b6
parentb05b2dd7d077850d15b4c8dc35bc3dcbaf79c05f (diff)
downloadscons-bdf75a668583c67fd6a8c166bd756f3b25eb40c0.tar.gz
Remove excess blank lines.
-rw-r--r--test/D/SharedObjects/Common/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/D/SharedObjects/Common/common.py b/test/D/SharedObjects/Common/common.py
index 83b5162e..e81cf5b3 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'