"TextureTools::atlasArrayPowerOfTwo(): expected size"<<i<<"to be a non-zero power-of-two square not larger than"<<Debug::packed<<layerSize<<"but got"<<Debug::packed<<size,{});
CORRADE_COMPARE(out.str(),Utility::formatString("TextureTools::atlasArrayPowerOfTwo(): expected size 2 to be a non-zero power-of-two square, got {}\n",data.message));
CORRADE_COMPARE(out.str(),Utility::formatString("TextureTools::atlasArrayPowerOfTwo(): expected size 2 to be a non-zero power-of-two square not larger than {{256, 256}} but got {}\n",data.message));