aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/map.cpp')
-rw-r--r--test/map.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/map.cpp b/test/map.cpp
index 1723a047c..39e40af15 100644
--- a/test/map.cpp
+++ b/test/map.cpp
@@ -38,7 +38,6 @@ template<typename VectorType> void tmap(const VectorType& m)
VectorType ma1 = Map<VectorType>(array1, size);
VectorType ma2 = Map<VectorType, Aligned>(array2, size);
VERIFY_IS_APPROX(ma1, ma2);
- VERIFY_IS_APPROX(ma1, VectorType(array2, size));
ei_aligned_free(array1);
ei_aligned_free(array2);
}