diff --git a/test/geo_transformations.cpp b/test/geo_transformations.cpp index 13305ddc8..41389770c 100644 --- a/test/geo_transformations.cpp +++ b/test/geo_transformations.cpp @@ -451,7 +451,7 @@ template void transform_alignment() VERIFY_IS_APPROX( (*p1) * (*p1), (*p2)*(*p3)); #ifdef EIGEN_VECTORIZE - VERIFY_RAISES_ASSERT((::new(reinterpret_cast(array3u)) Projective4a)); + VERIFY_RAISES_ASSERT((::new(reinterpret_cast(array3u)) Projective3a)); #endif }