aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/async.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/async.js')
-rw-r--r--thirdparty/systemjs/test/tests/async.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/thirdparty/systemjs/test/tests/async.js b/thirdparty/systemjs/test/tests/async.js
deleted file mode 100644
index f25bf5a81..000000000
--- a/thirdparty/systemjs/test/tests/async.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// will detect as CommonJS
-if (false) require('asdf');
-
-// should detect as ES6 first
-export async function p() {} \ No newline at end of file