mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Fix typo in test
This commit is contained in:
parent
7bb7b53955
commit
262e31e9fd
@ -675,7 +675,7 @@ fn do_not_strip_debuginfo_with_requested_debug() {
|
|||||||
r#"
|
r#"
|
||||||
[package]
|
[package]
|
||||||
name = "bar"
|
name = "bar"
|
||||||
verison = "0.1.0"
|
version = "0.1.0"
|
||||||
"#,
|
"#,
|
||||||
)
|
)
|
||||||
.file("bar/src/lib.rs", "")
|
.file("bar/src/lib.rs", "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user