Skip to content

Commit

Permalink
Removed old test code
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Dec 20, 2023
1 parent 5354f28 commit e226a70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lazy/encoder/binary/v1_0/value_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,6 @@ mod tests {
let mut writer = LazyRawBinaryWriter_1_0::new(&mut buffer)?;
test(&mut writer)?;
writer.flush()?;
std::fs::write("/tmp/output.ion", &buffer)?;
let actual = Element::read_all(buffer)?;
assert!(
IonData::eq(&expected, &actual),
Expand Down

0 comments on commit e226a70

Please sign in to comment.