diff --git a/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp b/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp index 5162f8582..6a3c6f352 100644 --- a/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp +++ b/src/MagnumPlugins/AnyImageConverter/Test/AnyImageConverterTest.cpp @@ -510,7 +510,6 @@ void AnyImageConverterTest::detectLevels2D() { /* Using the list API even though there's just one image, which should still trigger the correct code path for AnyImageConverter. */ CORRADE_VERIFY(!converter->convertToFile({Image2D}, data.filename)); - /* Can't use raw string literals in macros on GCC 4.8 */ #ifndef CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT CORRADE_COMPARE(out.str(), Utility::formatString( "PluginManager::Manager::load(): plugin {0} is not static and was not found in nonexistent\n" @@ -535,7 +534,6 @@ void AnyImageConverterTest::detectLevels3D() { /* Using the list API even though there's just one image, which should still trigger the correct code path for AnyImageConverter. */ CORRADE_VERIFY(!converter->convertToFile({Image3D}, data.filename)); - /* Can't use raw string literals in macros on GCC 4.8 */ #ifndef CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT CORRADE_COMPARE(out.str(), Utility::formatString( "PluginManager::Manager::load(): plugin {0} is not static and was not found in nonexistent\n"