aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgimage/data/mirror.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgimage/data/mirror.qml')
-rw-r--r--tests/auto/declarative/qsgimage/data/mirror.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qsgimage/data/mirror.qml b/tests/auto/declarative/qsgimage/data/mirror.qml
index 101a3a28ce..98fddf083e 100644
--- a/tests/auto/declarative/qsgimage/data/mirror.qml
+++ b/tests/auto/declarative/qsgimage/data/mirror.qml
@@ -6,6 +6,6 @@ Rectangle {
Image {
objectName: "image"
anchors.fill: parent
- source: "heart200.png"
+ source: "pattern.png"
}
}