diff --git a/src/Magnum/GL/Test/MeshGLTest.cpp b/src/Magnum/GL/Test/MeshGLTest.cpp index e1473d4c5..1b9650bcc 100644 --- a/src/Magnum/GL/Test/MeshGLTest.cpp +++ b/src/Magnum/GL/Test/MeshGLTest.cpp @@ -427,8 +427,8 @@ void MeshGLTest::wrap() { template void MeshGLTest::primitive() { setTestCaseName(std::is_same::value ? - "setPrimitive" : - "setPrimitive"); + "primitive" : + "primitive"); { Mesh mesh{T::LineLoop};