We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff6453 commit 1d71058Copy full SHA for 1d71058
src/rust/src/file_functions/file.rs
@@ -1717,7 +1717,7 @@ mod tests {
1717
ctx.bytesinbuffer = 0;
1718
ctx.filebuffer_pos = 0;
1719
ctx.past = 0;
1720
- // In this case, buffered_read_opt (our dummy version) will supply 0xAA for each byte.
+ // In this case, buffered_read_opt (our version) will supply 0xAA for each byte.
1721
let value = unsafe { buffered_get_le16(&mut ctx as *mut CcxDemuxer, &mut *ccx_options) };
1722
// Expect the two bytes to be 0xAAAA.
1723
assert_eq!(value, 0);
0 commit comments