diff options
Diffstat (limited to 'thirdparty/systemjs/test/tests/cjs-circular2.js')
-rw-r--r-- | thirdparty/systemjs/test/tests/cjs-circular2.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/thirdparty/systemjs/test/tests/cjs-circular2.js b/thirdparty/systemjs/test/tests/cjs-circular2.js deleted file mode 100644 index b6c8d87e4..000000000 --- a/thirdparty/systemjs/test/tests/cjs-circular2.js +++ /dev/null @@ -1,4 +0,0 @@ -var first = require('./cjs-circular1.js').first; -exports.p = function() { - return first; -}
\ No newline at end of file |