aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/array_reverse.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2019-03-14 10:08:12 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2019-03-14 10:08:12 +0100
commit45ab514fe2a2d0b63d6a8552814ce3de7687d50d (patch)
treeb70fb3e6260d209965f34412bc87d28efbe4f47e /test/array_reverse.cpp
parent6a340031416e91e6004f5c0dcb94b373571e79d7 (diff)
revert debug stuff
Diffstat (limited to 'test/array_reverse.cpp')
-rw-r--r--test/array_reverse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/array_reverse.cpp b/test/array_reverse.cpp
index adc9bdbfb..c77528a5b 100644
--- a/test/array_reverse.cpp
+++ b/test/array_reverse.cpp
@@ -191,7 +191,7 @@ EIGEN_DECLARE_TEST(array_reverse)
for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST_1( reverse(Matrix<float, 1, 1>()) );
CALL_SUBTEST_2( reverse(Matrix2f()) );
- // CALL_SUBTEST_3( reverse(Matrix4f()) );
+ CALL_SUBTEST_3( reverse(Matrix4f()) );
CALL_SUBTEST_4( reverse(Matrix4d()) );
CALL_SUBTEST_5( reverse(MatrixXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
CALL_SUBTEST_6( reverse(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );