aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/data/test_intercept.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmltypeloader/data/test_intercept.qml')
-rw-r--r--tests/auto/qml/qqmltypeloader/data/test_intercept.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmltypeloader/data/test_intercept.qml b/tests/auto/qml/qqmltypeloader/data/test_intercept.qml
index 091fbe7f49..0d64cb7e28 100644
--- a/tests/auto/qml/qqmltypeloader/data/test_intercept.qml
+++ b/tests/auto/qml/qqmltypeloader/data/test_intercept.qml
@@ -41,7 +41,7 @@ ListView {
width: ListView.view.width
height: 100
asynchronous: true
- source: "Intercept.qml"
+ source: index == 0 ? "Intercept.qml" : "GenericView.qml"
onLoaded: {
test.loaded++