Add missing #[cfg(test)]

This commit is contained in:
Gwilym Inzani 2023-10-24 20:22:43 +01:00
parent b3693401b6
commit 85a8540d44

View file

@ -345,6 +345,7 @@ pub mod test_runner {
}
// needed to fudge the #[entry] below
#[cfg(test)]
mod agb {
pub mod test_runner {
pub use super::super::agb_start_tests;