mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
mark gba in test as unused
This commit is contained in:
parent
52ce4fecf3
commit
848fad3faf
|
@ -105,7 +105,7 @@ impl<const N: usize> Num<N> {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test_case]
|
#[test_case]
|
||||||
fn test_numbers(gba: &mut super::Gba) {
|
fn test_numbers(_gba: &mut super::Gba) {
|
||||||
// test addition
|
// test addition
|
||||||
let n: Num<8> = 1.into();
|
let n: Num<8> = 1.into();
|
||||||
assert_eq!(n + 2.into(), 3.into(), "testing that 1 + 2 == 3");
|
assert_eq!(n + 2.into(), 3.into(), "testing that 1 + 2 == 3");
|
||||||
|
|
Loading…
Reference in a new issue