From eee136d3e52fae23faa9fc5a61f6da1999aae5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 18 Feb 2020 19:53:51 +0100 Subject: [PATCH] Vk: argh, more copypaste brainfarts in the tests. --- src/Magnum/Vk/Test/EnumsTest.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Magnum/Vk/Test/EnumsTest.cpp b/src/Magnum/Vk/Test/EnumsTest.cpp index a8b66beb5..591c8143c 100644 --- a/src/Magnum/Vk/Test/EnumsTest.cpp +++ b/src/Magnum/Vk/Test/EnumsTest.cpp @@ -188,8 +188,7 @@ void EnumsTest::mapVkFormatPixelFormat() { - that the entries are ordered by number by comparing a function to expected result (so insertion here is done in proper place) - that there was no gap (unhandled value inside the range) - - that a particular pixel format maps to a particular GL format - - that a particular pixel type maps to a particular GL type */ + - that a particular pixel format maps to a particular vkFormat */ #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic error "-Wswitch" @@ -282,8 +281,7 @@ void EnumsTest::mapVkFormatCompressedPixelFormat() { - that the entries are ordered by number by comparing a function to expected result (so insertion here is done in proper place) - that there was no gap (unhandled value inside the range) - - that a particular pixel format maps to a particular GL format - - that a particular pixel type maps to a particular GL type */ + - that a particular pixel format maps to a particular VkFormat */ #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic error "-Wswitch"