Fix typo in test

This commit is contained in:
Jakub Beránek 2024-01-24 10:07:46 +01:00
parent 7bb7b53955
commit 262e31e9fd
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B

View File

@ -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", "")