diff --git a/tests/christmasball_render.cpp b/tests/christmasball_render.cpp index eaa267a..908627d 100644 --- a/tests/christmasball_render.cpp +++ b/tests/christmasball_render.cpp @@ -86,7 +86,6 @@ Shape *fir_branch() ret->addObject(subGroup); } - return ret; } diff --git a/tests/objfile_test.cpp b/tests/objfile_test.cpp index ecae3cc..d5b601b 100644 --- a/tests/objfile_test.cpp +++ b/tests/objfile_test.cpp @@ -174,6 +174,4 @@ TEST(OBJFileTest, Faces_with_normal) ASSERT_EQ(t2->n1, parser.verticesNormal(3)); ASSERT_EQ(t2->n2, parser.verticesNormal(1)); ASSERT_EQ(t2->n3, parser.verticesNormal(2)); - - } \ No newline at end of file