diff --git a/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp b/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp index c01643c92..0500149cb 100644 --- a/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp +++ b/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp @@ -1078,7 +1078,8 @@ void AnyImageConverterTest::propagateFlags2D() { CORRADE_VERIFY(Utility::Path::exists(filename)); CORRADE_COMPARE(out.str(), "Trade::AnyImageConverter::convertToFile(): using TgaImageConverter\n" - "Trade::TgaImageConverter::convertToData(): converting from RGB to BGR\n"); + "Trade::TgaImageConverter::convertToData(): converting from RGB to BGR\n" + "Trade::TgaImageConverter::convertToData(): RLE output 3 bytes larger than uncompressed, falling back to uncompressed\n"); } void AnyImageConverterTest::propagateFlags3D() {