aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/groupconditions.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/language/testdata/groupconditions.qbs')
-rw-r--r--tests/auto/language/testdata/groupconditions.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/language/testdata/groupconditions.qbs b/tests/auto/language/testdata/groupconditions.qbs
index b7f383d45..4f55db9cd 100644
--- a/tests/auto/language/testdata/groupconditions.qbs
+++ b/tests/auto/language/testdata/groupconditions.qbs
@@ -43,7 +43,7 @@ Project {
Product {
name: "condition_accessing_module_property"
Group {
- condition: qbs.targetOS.contains("narf")
+ condition: qbs.targetOS.includes("narf")
files: ["main.cpp"]
qbs.install: false
}