aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcontext/data/refreshExpressionsRootContext.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlcontext/data/refreshExpressionsRootContext.qml')
-rw-r--r--tests/auto/qml/qqmlcontext/data/refreshExpressionsRootContext.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlcontext/data/refreshExpressionsRootContext.qml b/tests/auto/qml/qqmlcontext/data/refreshExpressionsRootContext.qml
new file mode 100644
index 0000000000..bd82cd9552
--- /dev/null
+++ b/tests/auto/qml/qqmlcontext/data/refreshExpressionsRootContext.qml
@@ -0,0 +1,6 @@
+import QtQuick 2.0
+
+QtObject {
+ property var dummy: countCommand.doCommand(), unresolvedName
+}
+