Skip to content

Commit

Permalink
fixup! tests: Add a case for various EOFs inside indefinite strings
Browse files Browse the repository at this point in the history
Fix a typo.
  • Loading branch information
chrysn committed Nov 17, 2018
1 parent d1903ff commit 3c8c46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ fn stream_deserializer_eof() {
}

#[test]
fn stream_deserializer_of_in_indefinite() {
fn stream_deserializer_eof_in_indefinite() {
let slice = b"\x7f\x65Mary \x64Had \x62a \x67Little \x64Lamb\xff";
let indices: &[usize] = &[
2, // announcement but no data
Expand Down

0 comments on commit 3c8c46e

Please sign in to comment.