summaryrefslogtreecommitdiff
path: root/test/message/esm_display_syntax_error_module.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/esm_display_syntax_error_module.mjs')
-rw-r--r--test/message/esm_display_syntax_error_module.mjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/message/esm_display_syntax_error_module.mjs b/test/message/esm_display_syntax_error_module.mjs
new file mode 100644
index 0000000000..e74b70bec8
--- /dev/null
+++ b/test/message/esm_display_syntax_error_module.mjs
@@ -0,0 +1,3 @@
+// Flags: --experimental-modules
+import '../common';
+import '../fixtures/es-module-loaders/syntax-error';