Skip to content

Commit 1d71058

Browse files
committed
Windows Failing Tests
1 parent 7ff6453 commit 1d71058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/src/file_functions/file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ mod tests {
17171717
ctx.bytesinbuffer = 0;
17181718
ctx.filebuffer_pos = 0;
17191719
ctx.past = 0;
1720-
// In this case, buffered_read_opt (our dummy version) will supply 0xAA for each byte.
1720+
// In this case, buffered_read_opt (our version) will supply 0xAA for each byte.
17211721
let value = unsafe { buffered_get_le16(&mut ctx as *mut CcxDemuxer, &mut *ccx_options) };
17221722
// Expect the two bytes to be 0xAAAA.
17231723
assert_eq!(value, 0);

0 commit comments

Comments
 (0)