diff --git a/src/Magnum/Math/Test/Matrix4Test.cpp b/src/Magnum/Math/Test/Matrix4Test.cpp index bb1fd0048..361066673 100644 --- a/src/Magnum/Math/Test/Matrix4Test.cpp +++ b/src/Magnum/Math/Test/Matrix4Test.cpp @@ -180,7 +180,6 @@ void Matrix4Test::constructIdentity() { } void Matrix4Test::constructZero() { - /* Zero constructor */ constexpr Matrix4 a{ZeroInit}; CORRADE_COMPARE(a, Matrix4({0.0f, 0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f, 0.0f},