summaryrefslogtreecommitdiffstats
path: root/test/D/SharedObjects/Common/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/SharedObjects/Common/common.py')
-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 e608fdb..cb1e71b 100644
--- a/test/D/SharedObjects/Common/common.py
+++ b/test/D/SharedObjects/Common/common.py
@@ -43,7 +43,7 @@ def testForTool(tool):
test = TestSCons.TestSCons()
if not isExecutableOfToolAvailable(test, tool) :
- test.skip_test("Required executable for tool '{}' not found, skipping test.\n".format(tool))
+ test.skip_test("Required executable for tool '{0}' not found, skipping test.\n".format(tool))
if tool == 'gdc':