diff options
Diffstat (limited to 'thirdparty/systemjs/test/tests/global-exports-array.js')
-rw-r--r-- | thirdparty/systemjs/test/tests/global-exports-array.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/thirdparty/systemjs/test/tests/global-exports-array.js b/thirdparty/systemjs/test/tests/global-exports-array.js deleted file mode 100644 index ddfb91a37..000000000 --- a/thirdparty/systemjs/test/tests/global-exports-array.js +++ /dev/null @@ -1,5 +0,0 @@ -A = 'A'; - -B = 'B'; - -C = 'C';
\ No newline at end of file |