Skip to content

Commit 3ebe62b

Browse files
lol
1 parent ab2d4f7 commit 3ebe62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys_common/wtf8/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ fn wobbled_wtf8_plus_str_isnt_utf8() {
744744

745745

746746
#[test]
747-
fn unwobbly_wtf8_plus_utf8_is_utf8() {
747+
fn unwobbly_wtf8_plus_str_is_utf8() {
748748
let mut string: Wtf8Buf = Wtf8Buf::from_str("hello world");
749749
assert!(string.is_known_utf8);
750750
string.push_str("some utf-8");

0 commit comments

Comments
 (0)