diff --git a/mozilla/js/rhino/testsrc/org/mozilla/javascript/tests/commonjs/module/1.0/nested/a/b/c/d.js b/mozilla/js/rhino/testsrc/org/mozilla/javascript/tests/commonjs/module/1.0/nested/a/b/c/d.js new file mode 100644 index 00000000000..69fd2822831 --- /dev/null +++ b/mozilla/js/rhino/testsrc/org/mozilla/javascript/tests/commonjs/module/1.0/nested/a/b/c/d.js @@ -0,0 +1,3 @@ +exports.foo = function () { + return 1; +};