libcore: fix whitespace in str test

This commit is contained in:
Erick Tryzelaar 2012-09-14 08:26:45 -07:00
parent 8cf09305a7
commit f1f5739256

View File

@ -2916,7 +2916,7 @@ mod tests {
0x20_u8, 0x4e_u8, 0x61_u8,
0x6d_u8];
assert ss == from_bytes(bb);
assert ss == from_bytes(bb);
}
#[test]