Skip to content

Commit 262e31e

Browse files
committed
Fix typo in test
1 parent 7bb7b53 commit 262e31e

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)