From 824ee6dff8989f9d0210c79c3643005c0110384a Mon Sep 17 00:00:00 2001 From: Alex Koshelev Date: Thu, 3 Oct 2024 16:51:29 -0700 Subject: [PATCH] Fix compact gate tests --- ipa-core/src/test_fixture/world.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ipa-core/src/test_fixture/world.rs b/ipa-core/src/test_fixture/world.rs index b54d76abb..b2ea2759a 100644 --- a/ipa-core/src/test_fixture/world.rs +++ b/ipa-core/src/test_fixture/world.rs @@ -851,8 +851,7 @@ impl Distribute for Random { } } -// #[cfg(all(test, unit_test))] -#[cfg(test)] +#[cfg(all(test, unit_test))] mod tests { use std::{ collections::{HashMap, HashSet},