This commit is contained in:
Mike 2020-06-12 23:43:23 -07:00
parent dd5285875e
commit 7c7b50aefa
2 changed files with 0 additions and 6 deletions

View File

@ -368,8 +368,6 @@ test "sort empty component" {
}
test "sort by entity" {
std.debug.warn("\n", .{});
var store = ComponentStorage(f32, u32).initPtr(std.testing.allocator);
defer store.deinit();
@ -397,8 +395,6 @@ test "sort by entity" {
}
test "sort by component" {
std.debug.warn("\n", .{});
var store = ComponentStorage(f32, u32).initPtr(std.testing.allocator);
defer store.deinit();

View File

@ -85,7 +85,6 @@ test "sort BasicGroup by Component" {
}
test "sort OwningGroup by Entity" {
std.debug.warn("\n", .{});
var reg = Registry.init(std.testing.allocator);
defer reg.deinit();
@ -119,7 +118,6 @@ test "sort OwningGroup by Entity" {
}
test "sort OwningGroup by Component" {
std.debug.warn("\n", .{});
var reg = Registry.init(std.testing.allocator);
defer reg.deinit();