aboutsummaryrefslogtreecommitdiff
path: root/test/lscg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lscg.cpp')
-rw-r--r--test/lscg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lscg.cpp b/test/lscg.cpp
index d49ee00c3..feb2347a8 100644
--- a/test/lscg.cpp
+++ b/test/lscg.cpp
@@ -30,7 +30,7 @@ template<typename T> void test_lscg_T()
CALL_SUBTEST( check_sparse_leastsquare_solving(lscg_rowmajor_I) );
}
-void test_lscg()
+EIGEN_DECLARE_TEST(lscg)
{
CALL_SUBTEST_1(test_lscg_T<double>());
CALL_SUBTEST_2(test_lscg_T<std::complex<double> >());