mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
Remove print
This commit is contained in:
parent
6234dd1bc2
commit
c37930b7e8
1 changed files with 0 additions and 1 deletions
|
@ -373,7 +373,6 @@ TEST("world:query()", function()
|
||||||
CHECK(#q:archetypes() == 1)
|
CHECK(#q:archetypes() == 1)
|
||||||
CHECK(not table.find(q:archetypes(), world.archetypes[table.concat({Foo, Bar, Baz}, "_")]))
|
CHECK(not table.find(q:archetypes(), world.archetypes[table.concat({Foo, Bar, Baz}, "_")]))
|
||||||
world:delete(Foo)
|
world:delete(Foo)
|
||||||
print(#q:archetypes())
|
|
||||||
CHECK(#q:archetypes() == 0)
|
CHECK(#q:archetypes() == 0)
|
||||||
end
|
end
|
||||||
do CASE("multiple iter")
|
do CASE("multiple iter")
|
||||||
|
|
Loading…
Reference in a new issue