diff --git a/src/Magnum/MeshTools/Test/CombineTest.cpp b/src/Magnum/MeshTools/Test/CombineTest.cpp index 9d2763234..7dd6726ea 100644 --- a/src/Magnum/MeshTools/Test/CombineTest.cpp +++ b/src/Magnum/MeshTools/Test/CombineTest.cpp @@ -171,7 +171,7 @@ void CombineTest::combineIndexedAttributesNotIndexed() { {}, indices, Trade::MeshIndexData{indices}, 1}; Trade::MeshData b{MeshPrimitive::Lines, {}, indices, Trade::MeshIndexData{indices}, 1}; - Trade::MeshData c{MeshPrimitive::Lines, 5}; + Trade::MeshData c{MeshPrimitive::Lines, 1}; std::ostringstream out; Error redirectError{&out};