mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Add missing #[cfg(test)]
This commit is contained in:
parent
b3693401b6
commit
85a8540d44
|
@ -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…
Reference in a new issue