aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/foo.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/foo.js')
-rw-r--r--thirdparty/systemjs/test/tests/foo.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/thirdparty/systemjs/test/tests/foo.js b/thirdparty/systemjs/test/tests/foo.js
deleted file mode 100644
index 343cf430b..000000000
--- a/thirdparty/systemjs/test/tests/foo.js
+++ /dev/null
@@ -1,10 +0,0 @@
-System.register("tests/foo.js", [], function($__export) {
- "use strict";
- var __moduleName = "foo";
- return {
- setters: [],
- execute: function() {
- $__export('f', 'f');
- }
- };
-});