Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! feat(config)!: remov…
Browse files Browse the repository at this point in the history
…e implicit installation from `resolve_local_toolchain()`
  • Loading branch information
rami3l committed Aug 8, 2024
1 parent 07d15d9 commit e857897
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/suite/cli_v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,6 @@ async fn bad_manifest() {
&format!("error: could not parse manifest file: '{}'", path.display()),
)
.await;
cx.config
.expect_err(
&["cargo", "--help"],
&format!("error: could not parse manifest file: '{}'", path.display()),
)
.await;
}

#[tokio::test]
Expand Down

0 comments on commit e857897

Please sign in to comment.