From cd48d28e6a520cf41e81996ff04ec10c924fa620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 12 Feb 2021 12:17:18 +0100 Subject: [PATCH] AnyShaderConverter: fart! --- src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp b/src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp index af4469284..a0cc2faf2 100644 --- a/src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp +++ b/src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp @@ -305,7 +305,7 @@ void AnyConverterTest::convert() { } void AnyConverterTest::convertNotSupported() { - CORRADE_SKIP("No plugin that would support just validation exists."); + CORRADE_SKIP("No plugin that would support just conversion exists."); } void AnyConverterTest::convertPreprocessNotSupported() {