aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/constructor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/constructor.cpp')
-rw-r--r--test/constructor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/constructor.cpp b/test/constructor.cpp
index eec9e2192..1dd3bc3c0 100644
--- a/test/constructor.cpp
+++ b/test/constructor.cpp
@@ -37,7 +37,7 @@ template<typename MatrixType> void ctor_init1(const MatrixType& m)
}
-void test_constructor()
+EIGEN_DECLARE_TEST(constructor)
{
for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST_1( ctor_init1(Matrix<float, 1, 1>()) );