removed test template

This commit is contained in:
sam lovelace 2021-11-27 22:18:18 +00:00
parent a6a83e546e
commit 6509fbd1d8
2 changed files with 2 additions and 6 deletions

View file

@ -15,7 +15,3 @@ pub fn main() anyerror!void {
window.swapBuffers();
}
}
test "basic test" {
try std.testing.expectEqual(10, 3 + 7);
}