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);