diff --git a/test/map.cpp b/test/map.cpp index acaa8fecc..0204e9e7d 100644 --- a/test/map.cpp +++ b/test/map.cpp @@ -44,7 +44,7 @@ template void map_class_vector(const VectorType& m) VectorType ma3 = Map(array3unaligned, size); VERIFY_IS_EQUAL(ma1, ma2); VERIFY_IS_EQUAL(ma1, ma3); - VERIFY_RAISES_ASSERT((Map(array3unaligned, size))); + VERIFY_RAISES_ASSERT((Map(array3unaligned, size))) ei_aligned_delete(array1, size); ei_aligned_delete(array2, size);