Add missing #[cfg(test)] (#506)

Linter updates caused it to start complaining.

- [x] no changelog update needed
This commit is contained in:
Gwilym Inzani 2023-10-24 20:42:44 +01:00 committed by GitHub
commit df716a9d9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;