summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bench/exit_sanitizer.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/bench/exit_sanitizer.out')
-rw-r--r--cli/tests/testdata/bench/exit_sanitizer.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/testdata/bench/exit_sanitizer.out b/cli/tests/testdata/bench/exit_sanitizer.out
index 501b9ce8a..9f15d3f26 100644
--- a/cli/tests/testdata/bench/exit_sanitizer.out
+++ b/cli/tests/testdata/bench/exit_sanitizer.out
@@ -5,10 +5,10 @@ runtime: deno [WILDCARD] ([WILDCARD])
[WILDCARD]/bench/exit_sanitizer.ts
benchmark time (avg) iter/s (min … max) p75 p99 p995
--------------------------------------------------------------- -----------------------------
-exit(0) error: AssertionError: Bench attempted to exit with exit code: 0
+exit(0) error: Error: Bench attempted to exit with exit code: 0
[WILDCARD]
-exit(1) error: AssertionError: Bench attempted to exit with exit code: 1
+exit(1) error: Error: Bench attempted to exit with exit code: 1
[WILDCARD]
-exit(2) error: AssertionError: Bench attempted to exit with exit code: 2
+exit(2) error: Error: Bench attempted to exit with exit code: 2
[WILDCARD]
error: Bench failed