aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/smallvectors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/smallvectors.cpp')
-rw-r--r--test/smallvectors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smallvectors.cpp b/test/smallvectors.cpp
index 781511397..f9803acbb 100644
--- a/test/smallvectors.cpp
+++ b/test/smallvectors.cpp
@@ -57,7 +57,7 @@ template<typename Scalar> void smallVectors()
}
}
-void test_smallvectors()
+EIGEN_DECLARE_TEST(smallvectors)
{
for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST(smallVectors<int>() );