From 0b94931dc66676ca541d6f5bf4d8443cb198476a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 30 Oct 2013 15:31:14 +0100 Subject: [PATCH] Math: forgot to add test case to the list. --- src/Math/Test/Vector3Test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Math/Test/Vector3Test.cpp b/src/Math/Test/Vector3Test.cpp index 6af45f4a5..1ad831a5b 100644 --- a/src/Math/Test/Vector3Test.cpp +++ b/src/Math/Test/Vector3Test.cpp @@ -94,6 +94,7 @@ Vector3Test::Vector3Test() { &Vector3Test::scales, &Vector3Test::twoComponent, + &Vector3Test::swizzleType, &Vector3Test::debug, &Vector3Test::configuration}); }