diff options
Diffstat (limited to 'third_party/rust/neqo-transport/tests/retry.rs')
-rw-r--r-- | third_party/rust/neqo-transport/tests/retry.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/rust/neqo-transport/tests/retry.rs b/third_party/rust/neqo-transport/tests/retry.rs index e583fcae0f..36eff71e7b 100644 --- a/third_party/rust/neqo-transport/tests/retry.rs +++ b/third_party/rust/neqo-transport/tests/retry.rs @@ -4,7 +4,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![cfg(not(feature = "fuzzing"))] +#![cfg(not(feature = "disable-encryption"))] mod common; |