From b031b2fb07e08f4627f94a83725aa3189612c6bc Mon Sep 17 00:00:00 2001 From: "hannes%helma.at" Date: Thu, 7 Apr 2011 23:33:11 +0000 Subject: [PATCH] Recommitting file to hopefully get it fixed git-svn-id: svn://10.0.0.236/trunk@262159 18797224-902f-48f8-a5cc-f745e15eee43 --- .../javascript/tests/commonjs/module/1.0/nested/a/b/c/d.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mozilla/js/rhino/testsrc/org/mozilla/javascript/tests/commonjs/module/1.0/nested/a/b/c/d.js 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; +};