aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sparse_block.cpp')
-rw-r--r--test/sparse_block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sparse_block.cpp b/test/sparse_block.cpp
index 2a0b3b617..e7303eab0 100644
--- a/test/sparse_block.cpp
+++ b/test/sparse_block.cpp
@@ -288,7 +288,7 @@ template<typename SparseMatrixType> void sparse_block(const SparseMatrixType& re
}
}
-void test_sparse_block()
+EIGEN_DECLARE_TEST(sparse_block)
{
for(int i = 0; i < g_repeat; i++) {
int r = Eigen::internal::random<int>(1,200), c = Eigen::internal::random<int>(1,200);