diff --git a/src/Magnum/MeshTools/Test/CompileGLTest.cpp b/src/Magnum/MeshTools/Test/CompileGLTest.cpp index 774b6c9c0..3fad8ea8e 100644 --- a/src/Magnum/MeshTools/Test/CompileGLTest.cpp +++ b/src/Magnum/MeshTools/Test/CompileGLTest.cpp @@ -406,6 +406,7 @@ constexpr struct { {"", false, false, false}, {"move indices", true, true, false}, {"move vertices", false, false, true}, + {"move vertices, indexed", true, false, true}, {"move both", true, true, true} };