From deb98b1fd75e1ada7e3f709e5031444c82f812ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 20 Apr 2025 13:14:01 +0200 Subject: [PATCH] Text: actually make use of the test instance parameters. Not sure what was I doing in 9d1f2f9bc91d19538f5d55ad6883f031c320176c. --- src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp b/src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp index c077cb62f..88f605bb4 100644 --- a/src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp +++ b/src/Magnum/Text/Test/DistanceFieldGlyphCacheGLTest.cpp @@ -109,6 +109,8 @@ const struct { bool glPixelFormat; } SetProcessedImageData[]{ {"", false, false}, + {"using deprecated API", true, false}, + {"using deprecated API and GL-specific pixel format", true, true}, }; #endif