We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9856ac1 commit cfa663dCopy full SHA for cfa663d
1 file changed
src/rust/src/libccxr_exports/demuxerdata.rs
@@ -256,7 +256,7 @@ mod tests {
256
let original_ptr = c_data.buffer;
257
copy_demuxer_data_from_rust(&mut c_data, &rust_data);
258
259
- // Verify the pointer was NOT reassigned (the bug we're fixing)
+
260
assert_eq!(c_data.buffer, original_ptr);
261
262
// Verify all fields were copied correctly
0 commit comments