mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-23 22:58:18 +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
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ pub mod test_runner {
|
||||||
}
|
}
|
||||||
|
|
||||||
// needed to fudge the #[entry] below
|
// needed to fudge the #[entry] below
|
||||||
|
#[cfg(test)]
|
||||||
mod agb {
|
mod agb {
|
||||||
pub mod test_runner {
|
pub mod test_runner {
|
||||||
pub use super::super::agb_start_tests;
|
pub use super::super::agb_start_tests;
|
||||||
|
|
Loading…
Add table
Reference in a new issue