summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bench/unresolved_promise.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/bench/unresolved_promise.out')
-rw-r--r--cli/tests/testdata/bench/unresolved_promise.out5
1 files changed, 4 insertions, 1 deletions
diff --git a/cli/tests/testdata/bench/unresolved_promise.out b/cli/tests/testdata/bench/unresolved_promise.out
index d544d77e7..b601e9b70 100644
--- a/cli/tests/testdata/bench/unresolved_promise.out
+++ b/cli/tests/testdata/bench/unresolved_promise.out
@@ -1,2 +1,5 @@
Check [WILDCARD]/bench/unresolved_promise.ts
-error: Module evaluation is still pending but there are no pending ops or dynamic imports. This situation is often caused by unresolved promises.
+error: Top-level await promise never resolved
+await new Promise((_resolve, _reject) => {});
+^
+ at <anonymous> ([WILDCARD]bench/unresolved_promise.ts:1:1)