diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-08-10 09:13:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 09:13:02 +0200 |
commit | 162ec192b7094b59ff0f5abc73cc089ac031ff3d (patch) | |
tree | 90d81bebafcf5003d0422366d6a8d4bf449f39b4 /cli | |
parent | 3a7de8e40ffe3b93cd6db9158946832917bc0e48 (diff) |
upgrade: rusty_v8 0.26.0 (#11625)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/tests/error_018_hide_long_source_js.js.out | 2 | ||||
-rw-r--r-- | cli/tests/test/no_check.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/error_018_hide_long_source_js.js.out b/cli/tests/error_018_hide_long_source_js.js.out index 750ddec4e..c83778dc0 100644 --- a/cli/tests/error_018_hide_long_source_js.js.out +++ b/cli/tests/error_018_hide_long_source_js.js.out @@ -1,2 +1,2 @@ -error: Uncaught TypeError: Cannot read property 'a' of undefined +error: Uncaught TypeError: Cannot read properties of undefined (reading 'a') at file:///[WILDCARD]cli/tests/error_018_hide_long_source_js.js:3:206 diff --git a/cli/tests/test/no_check.out b/cli/tests/test/no_check.out index eed308672..9daab7ac4 100644 --- a/cli/tests/test/no_check.out +++ b/cli/tests/test/no_check.out @@ -1,7 +1,7 @@ test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) -error: Uncaught TypeError: Cannot read property 'fn' of undefined +error: Uncaught TypeError: Cannot read properties of undefined (reading 'fn') Deno.test(); ^ at [WILDCARD] |