cleaning
This commit is contained in:
parent
dd5285875e
commit
7c7b50aefa
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user