mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Fix test in release mode (don't know why this works :/ but is more correct)
This commit is contained in:
parent
b920d94f83
commit
ae5d8818b6
|
@ -36,5 +36,8 @@ mod tests {
|
|||
display_logo(&mut map, &mut vram);
|
||||
|
||||
crate::test_runner::assert_image_output("gfx/test_logo.png");
|
||||
|
||||
map.clear(&mut vram);
|
||||
vram.gc();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue