From 9b3abeef17eeabddc5aceaecea26a273106f625f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 5 Nov 2020 16:50:20 +0100 Subject: [PATCH] AnyShaderConverter: typo! --- 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 faadbd3c5..4d534e7bd 100644 --- a/src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp +++ b/src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp @@ -352,7 +352,7 @@ void AnyConverterTest::convertDebugInfoNotSupported() { Error redirectError{&out}; CORRADE_VERIFY(!converter->convertFileToFile({}, Utility::Directory::join(ANYSHADERCONVERTER_TEST_DIR, "file.spv"), Utility::Directory::join(ANYSHADERCONVERTER_TEST_OUTPUT_DIR, "file.spvasm"))); - /** @todo it one may support that, in which case we need to find another + /** @todo it once may support that, in which case we need to find another victim */ CORRADE_COMPARE(out.str(), "ShaderTools::AnyConverter::convertFileToFile(): SpirvToolsShaderConverter does not support controlling debug info output\n");