Auto merge of #13342 - Kobzol:test-fix-typo, r=epage

Fix typo in test

The typo was introduced in https://github.com/rust-lang/cargo/pull/13257, it only produced a warning, so it didn't break the test.
Noticed [here](https://github.com/rust-lang/cargo/pull/13257#discussion_r1464506596).
This commit is contained in:
bors 2024-01-24 14:57:40 +00:00
commit b2e1d3b623

View file

@ -675,7 +675,7 @@ fn do_not_strip_debuginfo_with_requested_debug() {
r#"
[package]
name = "bar"
verison = "0.1.0"
version = "0.1.0"
"#,
)
.file("bar/src/lib.rs", "")