From 40b7f5982ee4fa4c79fdc31bee668c58b6a423c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 26 Jan 2025 22:02:26 +0100 Subject: [PATCH] GL: wrong label in a test. --- src/Magnum/GL/Test/TextureArrayGLTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/GL/Test/TextureArrayGLTest.cpp b/src/Magnum/GL/Test/TextureArrayGLTest.cpp index 2bbdb273e..f971dec07 100644 --- a/src/Magnum/GL/Test/TextureArrayGLTest.cpp +++ b/src/Magnum/GL/Test/TextureArrayGLTest.cpp @@ -287,7 +287,7 @@ const struct { #endif Containers::arrayView(CompressedData2D).exceptPrefix(16), 0}, #ifndef MAGNUM_TARGET_GLES - {"skip Y", + {"skip Z", Containers::arrayView(CompressedData2D).exceptPrefix(16), CompressedPixelStorage{} .setCompressedBlockSize({4, 4, 1})