aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/amd-cjs-module.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/amd-cjs-module.js')
-rw-r--r--thirdparty/systemjs/test/tests/amd-cjs-module.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/thirdparty/systemjs/test/tests/amd-cjs-module.js b/thirdparty/systemjs/test/tests/amd-cjs-module.js
deleted file mode 100644
index 1ac2c3e1a..000000000
--- a/thirdparty/systemjs/test/tests/amd-cjs-module.js
+++ /dev/null
@@ -1,4 +0,0 @@
-define(function(require, exports) {
- var p = require('./amd-dep.js');
- exports.test = 'hi';
-}); \ No newline at end of file