diff options
Diffstat (limited to 'js/src/tests/non262/module/bug1689499-x.js')
-rw-r--r-- | js/src/tests/non262/module/bug1689499-x.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/src/tests/non262/module/bug1689499-x.js b/js/src/tests/non262/module/bug1689499-x.js new file mode 100644 index 0000000000..dba2f6dd1e --- /dev/null +++ b/js/src/tests/non262/module/bug1689499-x.js @@ -0,0 +1,3 @@ +// |reftest| skip -- support file +import B from "./bug1689499-b.js"; +export default "X"; |