aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/tst_language.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/language/tst_language.cpp')
-rw-r--r--src/lib/corelib/language/tst_language.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/language/tst_language.cpp b/src/lib/corelib/language/tst_language.cpp
index e5fde813e..7f32a1de8 100644
--- a/src/lib/corelib/language/tst_language.cpp
+++ b/src/lib/corelib/language/tst_language.cpp
@@ -376,7 +376,7 @@ void TestLanguage::erroneousFiles_data()
"at .*duplicate_sources_wildcards.qbs:4:12 "
"and .*duplicate_sources_wildcards.qbs:6:16.";
QTest::newRow("oldQbsVersion")
- << "The project requires at least qbs version \\d+\\.\\d+.\\d+ "
+ << "The project requires at least qbs version \\d+\\.\\d+.\\d+, "
"but this is qbs version " QBS_VERSION ".";
QTest::newRow("wrongQbsVersionFormat")
<< "The value of Project.minimumQbsVersion is not a valid version string.";