Browse Source

Math: minor test cleanup.

pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
34a04ae8ae
  1. 3
      src/Math/Test/Vector2Test.cpp

3
src/Math/Test/Vector2Test.cpp

@ -199,8 +199,7 @@ void Vector2Test::perpendicular() {
}
void Vector2Test::aspectRatio() {
const Vector2 a(3.0f, 4.0f);
CORRADE_COMPARE(a.aspectRatio(), 0.75f);
CORRADE_COMPARE(Vector2(3.0f, 4.0f).aspectRatio(), 0.75f);
}
void Vector2Test::swizzleType() {

Loading…
Cancel
Save