diff options
Diffstat (limited to 'test/tests/es6-import-star-amd.js')
-rw-r--r-- | test/tests/es6-import-star-amd.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/tests/es6-import-star-amd.js b/test/tests/es6-import-star-amd.js deleted file mode 100644 index 9cf2ff2c0..000000000 --- a/test/tests/es6-import-star-amd.js +++ /dev/null @@ -1,3 +0,0 @@ -import * as mod from './es6-loading-amd-dep.js'; - -export var g = mod.default;
\ No newline at end of file |