Skip to content

Commit

Permalink
Auto merge of #13342 - Kobzol:test-fix-typo, r=epage
Browse files Browse the repository at this point in the history
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)).
  • Loading branch information
bors committed Jan 24, 2024
2 parents 7bb7b53 + 262e31e commit b2e1d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/profiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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", "")
Expand Down

0 comments on commit b2e1d3b

Please sign in to comment.