From 3e6ab765b63d6f8cfbf304f0e39d914bf0245de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 22 Nov 2018 16:47:33 +0100 Subject: [PATCH] GL: properly name the test case. --- src/Magnum/GL/Test/MeshGLTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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};