aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparseLM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sparseLM.cpp')
-rw-r--r--test/sparseLM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sparseLM.cpp b/test/sparseLM.cpp
index 8e148f9bc..a48fcb685 100644
--- a/test/sparseLM.cpp
+++ b/test/sparseLM.cpp
@@ -168,7 +168,7 @@ void test_sparseLM_T()
return ;
}
-void test_sparseLM()
+EIGEN_DECLARE_TEST(sparseLM)
{
CALL_SUBTEST_1(test_sparseLM_T<double>());