aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/exporterror1.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qjsengine/exporterror1.mjs')
-rw-r--r--tests/auto/qml/qjsengine/exporterror1.mjs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qjsengine/exporterror1.mjs b/tests/auto/qml/qjsengine/exporterror1.mjs
new file mode 100644
index 0000000000..9ce9aa3b83
--- /dev/null
+++ b/tests/auto/qml/qjsengine/exporterror1.mjs
@@ -0,0 +1,2 @@
+let dummy = 0;
+export { nothere } from "./testmodule.mjs";