summaryrefslogtreecommitdiff
path: root/cli/tests/coverage_tests.rs
diff options
context:
space:
mode:
authorlinbingquan <695601626@qq.com>2022-12-18 06:20:15 +0800
committerGitHub <noreply@github.com>2022-12-17 23:20:15 +0100
commitf46df3e35940fc78163945eed33e58fafed0b06b (patch)
treec22233bf2019a254045ad0af533225d3f02a402f /cli/tests/coverage_tests.rs
parentf2c9cc500c84a3c6051823cd3ae33d6b4c1f6266 (diff)
chore: update to Rust 1.66.0 (#17078)
Diffstat (limited to 'cli/tests/coverage_tests.rs')
-rw-r--r--cli/tests/coverage_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/coverage_tests.rs b/cli/tests/coverage_tests.rs
index 6515fd6ec..357d54ee6 100644
--- a/cli/tests/coverage_tests.rs
+++ b/cli/tests/coverage_tests.rs
@@ -51,7 +51,7 @@ mod coverage {
// Write the inital mod.ts file
std::fs::copy(mod_before_path, &mod_temp_path).unwrap();
// And the test file
- std::fs::copy(mod_test_path, &mod_test_temp_path).unwrap();
+ std::fs::copy(mod_test_path, mod_test_temp_path).unwrap();
// Generate coverage
let status = util::deno_cmd_with_deno_dir(&deno_dir)