Skip to content

Commit 6cec4d7

Browse files
committed
Windows Failing test
1 parent cdc4e9b commit 6cec4d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rust/src/file_functions/file.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,6 @@ mod tests {
17851785
ctx.filebuffer_pos = 10;
17861786
let skip = 20u32;
17871787
let result = unsafe { buffered_skip(&mut ctx as *mut CcxDemuxer, skip, &mut *ccx_options) };
1788-
// Since available = 50 - 10 = 40, and 20 <= 40, buffered_skip should just increment filebuffer_pos.
17891788
assert_eq!(result, 20);
17901789
assert_eq!(ctx.filebuffer_pos, 30);
17911790
}

0 commit comments

Comments
 (0)