aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_CSUP/tst_CSUP01/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_CSUP/tst_CSUP01/test.py')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP01/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP01/test.py b/tests/system/suite_CSUP/tst_CSUP01/test.py
index 51c9208797..1031ce75dc 100644
--- a/tests/system/suite_CSUP/tst_CSUP01/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP01/test.py
@@ -45,7 +45,7 @@ def triggerCompletion(editorWidget):
def main():
for useClang in [False, True]:
with TestSection(getCodeModelString(useClang)):
- if not startCreator(useClang):
+ if not startCreatorVerifyingClang(useClang):
continue
# create qt quick application
# Step 1: Open test .pro project.