From 9c05f5519286d269b17110b153619d7bf8f69fb4 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Fri, 13 Jan 2023 11:44:52 +0800 Subject: [PATCH] Test only code (#206) --- runtime/common/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index 155449da8..4a070a3ef 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -27,7 +27,7 @@ pub use bp_darwinia_core as bp_crab; pub use bp_darwinia_core as bp_darwinia; pub use bp_darwinia_core as bp_pangolin; -// #[cfg(feature = "test")] +#[cfg(feature = "test")] pub mod test; // darwinia