From 5a0be1dfee1aeb96cf67375271289c73f21bd7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 7 Jan 2017 18:53:28 +0100 Subject: [PATCH] Math: document the test repeats to avoid confusion. --- src/Magnum/Math/Test/ColorTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Math/Test/ColorTest.cpp b/src/Magnum/Math/Test/ColorTest.cpp index df41c73f1..bef29727e 100644 --- a/src/Magnum/Math/Test/ColorTest.cpp +++ b/src/Magnum/Math/Test/ColorTest.cpp @@ -138,6 +138,7 @@ ColorTest::ColorTest() { &ColorTest::srgb}); + /* Comparing with the previous one, so not 65536 */ addRepeatedTests({&ColorTest::srgbMonotonic}, 65535); addTests({&ColorTest::fromSrgbDefaultAlpha,