Browse Source

Math: document the test repeats to avoid confusion.

pull/190/head
Vladimír Vondruš 9 years ago
parent
commit
5a0be1dfee
  1. 1
      src/Magnum/Math/Test/ColorTest.cpp

1
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,

Loading…
Cancel
Save