aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/invalid_file.qbs
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-10-04 12:24:42 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2021-10-06 10:34:17 +0000
commit7a58ad59c6b32e4e7a8064e8668ae451647f5d39 (patch)
treefc85ec7ed17ffc2c049373845586898ea59fbf3d /tests/auto/language/testdata/erroneous/invalid_file.qbs
parent52a1842c3920440695ff8ffb548bb17ceb15231d (diff)
Do not use Application item in Language tests
This item has grown over time and now pulls bundle module and xcode module on macOS which is not desired as it make harder to read verbose logs when debugging tests. Change-Id: I7fa4dfaec477b5c6d8d8ec602d10db866c353441 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/language/testdata/erroneous/invalid_file.qbs')
-rw-r--r--tests/auto/language/testdata/erroneous/invalid_file.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/language/testdata/erroneous/invalid_file.qbs b/tests/auto/language/testdata/erroneous/invalid_file.qbs
index c461b87ef..54ec27410 100644
--- a/tests/auto/language/testdata/erroneous/invalid_file.qbs
+++ b/tests/auto/language/testdata/erroneous/invalid_file.qbs
@@ -1,3 +1,3 @@
-Application {
+Product {
files: ["main.cpp", "other.h"]
}