summaryrefslogtreecommitdiff
path: root/tests/integration/test_tests.rs
diff options
context:
space:
mode:
authorBartek Iwańczuk <biwanczuk@gmail.com>2024-07-25 02:36:34 +0100
committerGitHub <noreply@github.com>2024-07-25 03:36:34 +0200
commit5f5f662a68c1425ce5080bc430e72364d4055af4 (patch)
tree2d54ba32e8892eff84ddaaf7fb5aabda273a5a6c /tests/integration/test_tests.rs
parentf248050cb467eaed8d65428b8808254e26797cc5 (diff)
fix: upgrade deno_core to 0.298.0 (#24709)
Fixes percent-encoded filenames in stack traces: - https://github.com/denoland/deno_core/pull/759 Closes #18983
Diffstat (limited to 'tests/integration/test_tests.rs')
-rw-r--r--tests/integration/test_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test_tests.rs b/tests/integration/test_tests.rs
index d4934e03c..175753f4a 100644
--- a/tests/integration/test_tests.rs
+++ b/tests/integration/test_tests.rs
@@ -93,7 +93,7 @@ test 0 => ./fail_with_contain_unicode_filename🦕.ts:[WILDCARD]
error: Error
throw new Error();
^
- at [WILDCARD]/fail_with_contain_unicode_filename%F0%9F%A6%95.ts:[WILDCARD]
+ at [WILDCARD]/fail_with_contain_unicode_filename🦕.ts:[WILDCARD]
FAILURES