summaryrefslogtreecommitdiffstats
path: root/test/D/HSTeoh/Common/singleStringCannotBeMultipleOptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/HSTeoh/Common/singleStringCannotBeMultipleOptions.py')
-rw-r--r--test/D/HSTeoh/Common/singleStringCannotBeMultipleOptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/D/HSTeoh/Common/singleStringCannotBeMultipleOptions.py b/test/D/HSTeoh/Common/singleStringCannotBeMultipleOptions.py
index 4dabf7b..26b477b 100644
--- a/test/D/HSTeoh/Common/singleStringCannotBeMultipleOptions.py
+++ b/test/D/HSTeoh/Common/singleStringCannotBeMultipleOptions.py
@@ -42,7 +42,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))
test.dir_fixture('SingleStringCannotBeMultipleOptions')
test.write('SConstruct', open('SConstruct_template', 'r').read().format(tool))