Fix warning

This commit is contained in:
Romain Guy
2019-10-02 08:56:39 -07:00
parent 01fab5a6e4
commit c652dcfd2a

View File

@@ -439,7 +439,7 @@ public:
typedef ::testing::Types<float,double> TestMatrixValueTypes;
TYPED_TEST_CASE(MatTestT, TestMatrixValueTypes);
TYPED_TEST_SUITE(MatTestT, TestMatrixValueTypes);
#define TEST_MATRIX_INVERSE(MATRIX, EPSILON) \
{ \