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 d84ec9f commit f86f072Copy full SHA for f86f072
serde-generate/tests/test_utils.rs
@@ -955,7 +955,7 @@ fn test_bincode_get_negative_samples() {
955
// This test requires --release because of deserialization of long (unit) vectors.
956
#[cfg(not(debug_assertions))]
957
fn test_bcs_get_negative_samples() {
958
- assert_eq!(test_get_negative_samples(Runtime::Bcs), 63);
+ assert_eq!(test_get_negative_samples(Runtime::Bcs), 59);
959
}
960
961
// Make sure all the "negative" samples fail to deserialize with the reference Rust
0 commit comments