From 9659478ab89ebbd456717147f9b80693d4679a8b Mon Sep 17 00:00:00 2001 From: vE5li Date: Sat, 9 Mar 2024 04:27:50 +0100 Subject: [PATCH] Fix debug_condition test --- src/debug/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/mod.rs b/src/debug/mod.rs index 82f803ef..cd728988 100644 --- a/src/debug/mod.rs +++ b/src/debug/mod.rs @@ -9,7 +9,7 @@ pub use self::profiling::*; #[cfg(test)] mod debug_condition { - use ragnarok_procedural::debug_condition; + use procedural::debug_condition; #[test] #[should_panic]