diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-06-25 06:54:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 12:54:53 +0200 |
commit | 48f9df9aa236599ef560cff42dbf5ce7acdd51df (patch) | |
tree | 9d2f4f93d408792f95ce075e59f5210546a76515 /cli/tests | |
parent | d832d2bfd1f0487181f96bdecd7a28968a150fac (diff) |
upgrade: rusty_v8 0.23.0 (V8 9.2.230.12) (#11113)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/wasm_unreachable.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/wasm_unreachable.out b/cli/tests/wasm_unreachable.out index 1c8ccc958..743e7f6cd 100644 --- a/cli/tests/wasm_unreachable.out +++ b/cli/tests/wasm_unreachable.out @@ -1,3 +1,3 @@ error: Uncaught RuntimeError: unreachable - at unreachable (wasm://wasm/[WILDCARD]) + at <anonymous> (wasm://wasm/[WILDCARD]) at [WILDCARD]/cli/tests/wasm_unreachable.js:[WILDCARD] |