Fix tests not running.
This commit is contained in:
parent
a36b3bc321
commit
c4775e27d8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue