From 0f9d83887f0aa11742dd43e8fb33d8c08ca72f97 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Tue, 5 Jul 2022 20:24:44 +0100 Subject: [PATCH] This should now always be included --- examples/the-hat-chooses-the-wizard/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/the-hat-chooses-the-wizard/src/main.rs b/examples/the-hat-chooses-the-wizard/src/main.rs index ea363269..133afb4e 100644 --- a/examples/the-hat-chooses-the-wizard/src/main.rs +++ b/examples/the-hat-chooses-the-wizard/src/main.rs @@ -778,7 +778,6 @@ impl<'a, 'b> PlayingLevel<'a, 'b> { } } -#[cfg(not(test))] #[agb::entry] fn agb_main(mut gba: agb::Gba) -> ! { main(gba);