diff options
Diffstat (limited to 'third_party/rust/serde_json/tests/map.rs')
-rw-r--r-- | third_party/rust/serde_json/tests/map.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/rust/serde_json/tests/map.rs b/third_party/rust/serde_json/tests/map.rs index ae01969561..538cd16ae0 100644 --- a/third_party/rust/serde_json/tests/map.rs +++ b/third_party/rust/serde_json/tests/map.rs @@ -35,7 +35,6 @@ fn test_append() { assert!(val.is_empty()); } -#[cfg(not(no_btreemap_retain))] #[test] fn test_retain() { let mut v: Value = from_str(r#"{"b":null,"a":null,"c":null}"#).unwrap(); |