aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/all-circular3.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/all-circular3.js')
-rw-r--r--thirdparty/systemjs/test/tests/all-circular3.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/thirdparty/systemjs/test/tests/all-circular3.js b/thirdparty/systemjs/test/tests/all-circular3.js
deleted file mode 100644
index fea5e3f22..000000000
--- a/thirdparty/systemjs/test/tests/all-circular3.js
+++ /dev/null
@@ -1,10 +0,0 @@
-define(function(require, exports) {
- var obj = require('./all-circular4.js').obj;
- exports.checkObj = function() {
- return obj.circular;
- }
- exports.setObj = function() {
- obj.circular = 'changed';
- }
- require('./all-circular4.js').set();
-}); \ No newline at end of file