mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Add missing #[cfg(test)] (#506)
Linter updates caused it to start complaining. - [x] no changelog update needed
This commit is contained in:
commit
df716a9d9a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue