aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldiskcache/module.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmldiskcache/module.mjs')
-rw-r--r--tests/auto/qml/qmldiskcache/module.mjs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qmldiskcache/module.mjs b/tests/auto/qml/qmldiskcache/module.mjs
new file mode 100644
index 0000000000..32e0651b8b
--- /dev/null
+++ b/tests/auto/qml/qmldiskcache/module.mjs
@@ -0,0 +1,2 @@
+
+export function ok() { return true; }