diff --git a/src/Magnum/Test/AbstractObjectGLTest.cpp b/src/Magnum/Test/AbstractObjectGLTest.cpp index 0cece2beb..eb010b8dd 100644 --- a/src/Magnum/Test/AbstractObjectGLTest.cpp +++ b/src/Magnum/Test/AbstractObjectGLTest.cpp @@ -43,6 +43,8 @@ AbstractObjectGLTest::AbstractObjectGLTest() { void AbstractObjectGLTest::labelNoOp() { if(Context::current().isExtensionSupported()) CORRADE_SKIP(Extensions::GL::KHR::debug::string() + std::string(" is supported.")); + if(Context::current().isExtensionSupported()) + CORRADE_SKIP(Extensions::GL::EXT::debug_label::string() + std::string(" is supported.")); Buffer buffer; buffer.setLabel("MyBuffer");