aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/registerdynamic-notbundled.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/registerdynamic-notbundled.js')
-rw-r--r--thirdparty/systemjs/test/tests/registerdynamic-notbundled.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/thirdparty/systemjs/test/tests/registerdynamic-notbundled.js b/thirdparty/systemjs/test/tests/registerdynamic-notbundled.js
deleted file mode 100644
index 3406df504..000000000
--- a/thirdparty/systemjs/test/tests/registerdynamic-notbundled.js
+++ /dev/null
@@ -1,5 +0,0 @@
-System.registerDynamic([], true, function(require, exports, module) {
- module.exports = function() {
- return 'ok';
- };
-});