Browse Source

AnyShaderConverter: typo!

pull/481/head
Vladimír Vondruš 6 years ago
parent
commit
9b3abeef17
  1. 2
      src/MagnumPlugins/AnyShaderConverter/Test/AnyConverterTest.cpp

2
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");

Loading…
Cancel
Save