aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qrcqml/data/SameDir.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qrcqml/data/SameDir.qml')
-rw-r--r--tests/auto/qml/qrcqml/data/SameDir.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qrcqml/data/SameDir.qml b/tests/auto/qml/qrcqml/data/SameDir.qml
index b4950b901e..1ee9b7630f 100644
--- a/tests/auto/qml/qrcqml/data/SameDir.qml
+++ b/tests/auto/qml/qrcqml/data/SameDir.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
QtObject {
- property string tokenProperty: "hello"
+ property string tokenProperty: "foo"
}