fix another warning

This commit is contained in:
Thomas Capricelli 2010-05-21 02:14:46 +02:00
parent 00a3d07795
commit 618640bf2b

View File

@ -44,7 +44,7 @@ template<typename VectorType> void map_class_vector(const VectorType& m)
VectorType ma3 = Map<VectorType>(array3unaligned, size);
VERIFY_IS_EQUAL(ma1, ma2);
VERIFY_IS_EQUAL(ma1, ma3);
VERIFY_RAISES_ASSERT((Map<VectorType,Aligned>(array3unaligned, size)));
VERIFY_RAISES_ASSERT((Map<VectorType,Aligned>(array3unaligned, size)))
ei_aligned_delete(array1, size);
ei_aligned_delete(array2, size);