aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/ruleConditions
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/ruleConditions')
-rw-r--r--tests/auto/blackbox/testdata/ruleConditions/modules/narfzort/narfzort.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/ruleConditions/modules/narfzort/narfzort.qbs b/tests/auto/blackbox/testdata/ruleConditions/modules/narfzort/narfzort.qbs
index 45d4b748d..75bebf74d 100644
--- a/tests/auto/blackbox/testdata/ruleConditions/modules/narfzort/narfzort.qbs
+++ b/tests/auto/blackbox/testdata/ruleConditions/modules/narfzort/narfzort.qbs
@@ -5,7 +5,7 @@ import qbs.TextFile
Module {
property bool buildZort: true
FileTagger {
- pattern: "*.narf"
+ patterns: "*.narf"
fileTags: ["narf"]
}
Rule {