aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlbasicapp/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlbasicapp/main.qml')
-rw-r--r--tests/auto/qml/qmlbasicapp/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlbasicapp/main.qml b/tests/auto/qml/qmlbasicapp/main.qml
index dc572d29af..a01b56d35d 100644
--- a/tests/auto/qml/qmlbasicapp/main.qml
+++ b/tests/auto/qml/qmlbasicapp/main.qml
@@ -58,4 +58,6 @@ Clock { // this class is defined in QML (Clock.qml)
minutes: time.minute
property Extension extension // from BasicExtension
property More more: More {}
+ property string fromESModule: ESModule.eee()
+ property string fromJSFile: Less.bar()
}