diff --git a/src/Magnum/Math/Test/TypeTraitsTest.cpp b/src/Magnum/Math/Test/TypeTraitsTest.cpp index fd34cfa06..68e8a7c33 100644 --- a/src/Magnum/Math/Test/TypeTraitsTest.cpp +++ b/src/Magnum/Math/Test/TypeTraitsTest.cpp @@ -94,51 +94,50 @@ struct { } TypeTraitsTest::TypeTraitsTest() { - addTests({ - &TypeTraitsTest::name, - - &TypeTraitsTest::equalsIntegral, - &TypeTraitsTest::equalsIntegral, - &TypeTraitsTest::equalsIntegral, - &TypeTraitsTest::equalsIntegral, - &TypeTraitsTest::equalsIntegral, - &TypeTraitsTest::equalsIntegral, - #ifndef CORRADE_TARGET_EMSCRIPTEN - &TypeTraitsTest::equalsIntegral, - &TypeTraitsTest::equalsIntegral, - #endif - - &TypeTraitsTest::equalsFloatingPoint0, - &TypeTraitsTest::equalsFloatingPoint0, - #ifndef CORRADE_TARGET_EMSCRIPTEN - &TypeTraitsTest::equalsFloatingPoint0, - #endif - &TypeTraitsTest::equalsFloatingPoint1, - &TypeTraitsTest::equalsFloatingPoint1, - #ifndef CORRADE_TARGET_EMSCRIPTEN - &TypeTraitsTest::equalsFloatingPoint1, - #endif - &TypeTraitsTest::equalsFloatingPointLarge, - &TypeTraitsTest::equalsFloatingPointLarge, - #ifndef CORRADE_TARGET_EMSCRIPTEN - &TypeTraitsTest::equalsFloatingPointLarge, - #endif - &TypeTraitsTest::equalsFloatingPointInfinity, - &TypeTraitsTest::equalsFloatingPointInfinity, - &TypeTraitsTest::equalsFloatingPointNaN, - &TypeTraitsTest::equalsFloatingPointNaN, - - &TypeTraitsTest::equalsZeroIntegral, - &TypeTraitsTest::equalsZeroIntegral, - &TypeTraitsTest::equalsZeroIntegral, - &TypeTraitsTest::equalsZeroIntegral, - &TypeTraitsTest::equalsZeroIntegral, - &TypeTraitsTest::equalsZeroIntegral, - #ifndef CORRADE_TARGET_EMSCRIPTEN - &TypeTraitsTest::equalsZeroIntegral, - &TypeTraitsTest::equalsZeroIntegral, - #endif - }); + addTests({&TypeTraitsTest::name, + + &TypeTraitsTest::equalsIntegral, + &TypeTraitsTest::equalsIntegral, + &TypeTraitsTest::equalsIntegral, + &TypeTraitsTest::equalsIntegral, + &TypeTraitsTest::equalsIntegral, + &TypeTraitsTest::equalsIntegral, + #ifndef CORRADE_TARGET_EMSCRIPTEN + &TypeTraitsTest::equalsIntegral, + &TypeTraitsTest::equalsIntegral, + #endif + + &TypeTraitsTest::equalsFloatingPoint0, + &TypeTraitsTest::equalsFloatingPoint0, + #ifndef CORRADE_TARGET_EMSCRIPTEN + &TypeTraitsTest::equalsFloatingPoint0, + #endif + &TypeTraitsTest::equalsFloatingPoint1, + &TypeTraitsTest::equalsFloatingPoint1, + #ifndef CORRADE_TARGET_EMSCRIPTEN + &TypeTraitsTest::equalsFloatingPoint1, + #endif + &TypeTraitsTest::equalsFloatingPointLarge, + &TypeTraitsTest::equalsFloatingPointLarge, + #ifndef CORRADE_TARGET_EMSCRIPTEN + &TypeTraitsTest::equalsFloatingPointLarge, + #endif + &TypeTraitsTest::equalsFloatingPointInfinity, + &TypeTraitsTest::equalsFloatingPointInfinity, + &TypeTraitsTest::equalsFloatingPointNaN, + &TypeTraitsTest::equalsFloatingPointNaN, + + &TypeTraitsTest::equalsZeroIntegral, + &TypeTraitsTest::equalsZeroIntegral, + &TypeTraitsTest::equalsZeroIntegral, + &TypeTraitsTest::equalsZeroIntegral, + &TypeTraitsTest::equalsZeroIntegral, + &TypeTraitsTest::equalsZeroIntegral, + #ifndef CORRADE_TARGET_EMSCRIPTEN + &TypeTraitsTest::equalsZeroIntegral, + &TypeTraitsTest::equalsZeroIntegral, + #endif + }); addInstancedTests({ &TypeTraitsTest::equalsZeroFloatingPoint,