summaryrefslogtreecommitdiffstats
path: root/ipc/src/sexp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/src/sexp.rs')
-rw-r--r--ipc/src/sexp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/src/sexp.rs b/ipc/src/sexp.rs
index a03b8634..105150bc 100644
--- a/ipc/src/sexp.rs
+++ b/ipc/src/sexp.rs
@@ -299,7 +299,7 @@ impl TryFrom<&mpi::Ciphertext> for Sexp {
}
}
-#[cfg(any(test, feature = "quickcheck"))]
+#[cfg(test)]
impl Arbitrary for Sexp {
fn arbitrary<G: Gen>(g: &mut G) -> Self {
if f32::arbitrary(g) < 0.7 {
@@ -389,7 +389,7 @@ impl Deref for String_ {
}
}
-#[cfg(any(test, feature = "quickcheck"))]
+#[cfg(test)]
impl Arbitrary for String_ {
fn arbitrary<G: Gen>(g: &mut G) -> Self {
if bool::arbitrary(g) {