From 7281775381cda79ef61df27820387dc2c74e0384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 27 Jan 2024 20:37:36 +0100 Subject: Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153) --- cli/lsp/testing/execution.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cli/lsp/testing') diff --git a/cli/lsp/testing/execution.rs b/cli/lsp/testing/execution.rs index 11882e6af..69f218be8 100644 --- a/cli/lsp/testing/execution.rs +++ b/cli/lsp/testing/execution.rs @@ -363,9 +363,7 @@ impl TestRun { test::TestResult::Ignored => summary.ignored += 1, test::TestResult::Failed(error) => { summary.failed += 1; - summary - .failures - .push(((&description).into(), error.clone())); + summary.failures.push((description.clone(), error.clone())); } test::TestResult::Cancelled => { summary.failed += 1; -- cgit v1.2.3