aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/swap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/swap.cpp')
-rw-r--r--test/swap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/swap.cpp b/test/swap.cpp
index 74543a662..4a575e7d7 100644
--- a/test/swap.cpp
+++ b/test/swap.cpp
@@ -42,7 +42,7 @@ template<typename MatrixType> void swap(const MatrixType& m)
typedef typename other_matrix_type<MatrixType>::type OtherMatrixType;
typedef typename MatrixType::Scalar Scalar;
- ei_assert((!ei_is_same_type<MatrixType,OtherMatrixType>::ret));
+ eigen_assert((!internal::is_same_type<MatrixType,OtherMatrixType>::ret));
typename MatrixType::Index rows = m.rows();
typename MatrixType::Index cols = m.cols();