diff --git a/src/Magnum/Math/Test/TypeTraitsTest.cpp b/src/Magnum/Math/Test/TypeTraitsTest.cpp index 66c9608b0..fbc843e7d 100644 --- a/src/Magnum/Math/Test/TypeTraitsTest.cpp +++ b/src/Magnum/Math/Test/TypeTraitsTest.cpp @@ -280,7 +280,7 @@ void TypeTraitsTest::equalsHalf() { CORRADE_VERIFY(TypeTraits::equals(Half(UnsignedShort(0xabcd)), Half(UnsignedShort(0xabcd)))); CORRADE_VERIFY(!TypeTraits::equals(Half(UnsignedShort(0xabcd)), - Half(UnsignedShort(0xabce)))); + Half(UnsignedShort(0xabce)))); } template void TypeTraitsTest::equalsFloatingPoint0() {