diff --git a/src/Magnum/GL/Test/PixelFormatTest.cpp b/src/Magnum/GL/Test/PixelFormatTest.cpp index 77787f0d8..5a90b6b92 100644 --- a/src/Magnum/GL/Test/PixelFormatTest.cpp +++ b/src/Magnum/GL/Test/PixelFormatTest.cpp @@ -284,6 +284,7 @@ void PixelFormatTest::mapCompressedFormatImplementationSpecific() { CORRADE_COMPARE(compressedPixelFormat(Magnum::compressedPixelFormatWrap(CompressedPixelFormat::RGBAS3tcDxt1)), CompressedPixelFormat::RGBAS3tcDxt1); } + void PixelFormatTest::mapCompressedFormatUnsupported() { #ifndef MAGNUM_TARGET_GLES2 CORRADE_SKIP("All pixel formats are supported on ES3+.");