diff options
Diffstat (limited to 'cli/tests/testdata/run/top_level_await/unresolved.js')
| -rw-r--r-- | cli/tests/testdata/run/top_level_await/unresolved.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/top_level_await/unresolved.js b/cli/tests/testdata/run/top_level_await/unresolved.js new file mode 100644 index 000000000..231a8cd63 --- /dev/null +++ b/cli/tests/testdata/run/top_level_await/unresolved.js @@ -0,0 +1 @@ +await new Promise(() => {}); |
