aboutsummaryrefslogtreecommitdiff
path: root/test/tests/all-layers3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests/all-layers3.js')
-rw-r--r--test/tests/all-layers3.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/tests/all-layers3.js b/test/tests/all-layers3.js
deleted file mode 100644
index ac519f19a..000000000
--- a/test/tests/all-layers3.js
+++ /dev/null
@@ -1,17 +0,0 @@
-System.register(["./all-layers2.js", "./all-layers4.js"], function($__export) {
- "use strict";
- var c, p;
- return {
- setters: [
- function(m) {
- p = m.p;
- },
- function(m) {
- $__export('c', c = m.c);
- }
- ],
- execute: function() {
- p();
- }
- };
-});