Skip to content

Commit b2e1d3b

Browse files
committed
Auto merge of #13342 - Kobzol:test-fix-typo, r=epage
Fix typo in test The typo was introduced in #13257, it only produced a warning, so it didn't break the test. Noticed [here](#13257 (comment)).
2 parents 7bb7b53 + 262e31e commit b2e1d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/profiles.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ fn do_not_strip_debuginfo_with_requested_debug() {
675675
r#"
676676
[package]
677677
name = "bar"
678-
verison = "0.1.0"
678+
version = "0.1.0"
679679
"#,
680680
)
681681
.file("bar/src/lib.rs", "")

0 commit comments

Comments
 (0)