removed test template
This commit is contained in:
parent
a6a83e546e
commit
6509fbd1d8
|
@ -15,7 +15,3 @@ pub fn main() anyerror!void {
|
|||
window.swapBuffers();
|
||||
}
|
||||
}
|
||||
|
||||
test "basic test" {
|
||||
try std.testing.expectEqual(10, 3 + 7);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue