clean several other assertion checking tests

(transplanted from 96464f8563
)
This commit is contained in:
Gael Guennebaud
2011-05-20 09:59:15 +02:00
parent fe21e084b4
commit 4c7d57490c
5 changed files with 15 additions and 16 deletions

View File

@@ -51,9 +51,7 @@ template<typename VectorType> void map_class_vector(const VectorType& m)
VERIFY_IS_EQUAL(ma1, ma3);
#ifdef EIGEN_VECTORIZE
if(internal::packet_traits<Scalar>::Vectorizable)
{
VERIFY_RAISES_ASSERT((Map<VectorType,Aligned>(array3unaligned, size)))
}
#endif
internal::aligned_delete(array1, size);