diff --git a/test/ColorTest.cpp b/test/ColorTest.cpp index 35b9d7e..9a44072 100644 --- a/test/ColorTest.cpp +++ b/test/ColorTest.cpp @@ -61,7 +61,7 @@ TEST(ColorTest, FullRange) { TEST(ColorTest, FullRangeIsBijection) { using namespace avif::img; using Converter = avif::img::color::ColorConverter; - for(uint8_t r = 0; r <= 255; ++r) { // Red color + { // Red color uint16_t y = 0; uint16_t u = 0; uint16_t v = 0;