Fix incorrect test root in build.zig

This commit is contained in:
kayomn 2022-10-02 12:22:04 +01:00
parent 9c1ddd6e8f
commit 3f2f37e0f5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ pub fn main() anyerror!void {
}
test {
// Empty test is here to run all others (for now).
_ = @import("./mem.zig");
}
fn run(event_loop: *sys.EventLoop, graphics: *sys.GraphicsContext) anyerror!void {