summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/system/suite_CSUP/tst_CSUP03/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP03/test.py b/tests/system/suite_CSUP/tst_CSUP03/test.py
index 7565af2830..3fb713e74b 100644
--- a/tests/system/suite_CSUP/tst_CSUP03/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP03/test.py
@@ -83,7 +83,7 @@ def main():
continue
if not startCreatorVerifyingClang(useClang):
continue
- projectName = createNewNonQtProject(tempDir(), "project_csup03",
+ projectName = createNewNonQtProject(tempDir(), "project-csup03",
[Targets.DESKTOP_4_8_7_DEFAULT])
checkCodeModelSettings(useClang)
openDocument("%s.Sources.main\\.cpp" % projectName)