aboutsummaryrefslogtreecommitdiffstats
path: root/tests/engine/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/engine/test.cpp')
-rw-r--r--tests/engine/test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/engine/test.cpp b/tests/engine/test.cpp
index 6026e40a..be8e6782 100644
--- a/tests/engine/test.cpp
+++ b/tests/engine/test.cpp
@@ -8,7 +8,6 @@ int main()
auto entity = space.createEntity();
auto entity2 = space.createEntity();
auto entity3 = space.createEntity();
-
auto entity4 = space.createEntity();
yLogInfo << "Entity 1: " << entity;