aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcachegen/data/utils.mjs
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-09-12 08:01:21 +0200
committerLiang Qi <liang.qi@qt.io>2019-09-12 10:24:14 +0200
commit6adf5052d40eeebe1d749d8c440e4883a81b3935 (patch)
tree5ab987b6c73633925e924c36e6fe146a07f0a074 /tests/auto/qml/qmlcachegen/data/utils.mjs
parent5ca1d2e0b2912e578a32c5e11b4fd1d7a0ef28f3 (diff)
parentc80eb38354854f2ccc7ea070a9857409acc36792 (diff)
Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"
Diffstat (limited to 'tests/auto/qml/qmlcachegen/data/utils.mjs')
-rw-r--r--tests/auto/qml/qmlcachegen/data/utils.mjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcachegen/data/utils.mjs b/tests/auto/qml/qmlcachegen/data/utils.mjs
new file mode 100644
index 0000000000..25a1f38709
--- /dev/null
+++ b/tests/auto/qml/qmlcachegen/data/utils.mjs
@@ -0,0 +1,4 @@
+
+export function helper() {
+ return "ok"
+}