libcore: fix whitespace in str test
This commit is contained in:
parent
8cf09305a7
commit
f1f5739256
1 changed files with 1 additions and 1 deletions
|
@ -2916,7 +2916,7 @@ mod tests {
|
||||||
0x20_u8, 0x4e_u8, 0x61_u8,
|
0x20_u8, 0x4e_u8, 0x61_u8,
|
||||||
0x6d_u8];
|
0x6d_u8];
|
||||||
|
|
||||||
assert ss == from_bytes(bb);
|
assert ss == from_bytes(bb);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue