summaryrefslogtreecommitdiff
path: root/cli/tools/test.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-09 15:18:00 -0400
committerGitHub <noreply@github.com>2023-03-09 19:18:00 +0000
commitbb07e230d1270da2a7c35c5dc277ea6129a2214a (patch)
treef36c5d77dbb09568fccc3886709a1a12eba29d96 /cli/tools/test.rs
parent8f207c0f3f3a43d77e0c88cfdc840b4b742b9708 (diff)
chore: update Rust to 1.68.0 (#18102)
Diffstat (limited to 'cli/tools/test.rs')
-rw-r--r--cli/tools/test.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tools/test.rs b/cli/tools/test.rs
index 9ca806fb0..1feb83ca3 100644
--- a/cli/tools/test.rs
+++ b/cli/tools/test.rs
@@ -672,7 +672,6 @@ fn abbreviate_test_error(js_error: &JsError) -> JsError {
false
}
})
- .into_iter()
.collect::<Vec<_>>();
frames.reverse();
js_error.frames = frames;