Fix tests not running.

This commit is contained in:
kayomn 2022-10-03 22:58:38 +01:00
parent a36b3bc321
commit c4775e27d8
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,10 @@ pub fn main() anyerror!void {
}
test {
_ = io;
_ = stack;
_ = std;
_ = sys;
}
fn run(event_loop: *sys.EventLoop, graphics: *sys.GraphicsContext) anyerror!void {