Skip to content

Commit 63a280c

Browse files
Update fuzz/fuzz_targets/rust_decompress_oracle.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0dee229 commit 63a280c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fuzz/fuzz_targets/rust_decompress_oracle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fuzz_target!(|data: FuzzInput| {
5656
let mut cpp_codec = cpp::CopyCodec::new();
5757
cpp_codec
5858
.compress_to_slice(input, &mut cpp_compressed)
59-
.expect("Rust compression failed")
59+
.expect("C++ compression failed")
6060
}
6161
};
6262

0 commit comments

Comments
 (0)