aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/exceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/exceptions.cpp')
-rw-r--r--test/exceptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exceptions.cpp b/test/exceptions.cpp
index b83fb82ba..182082e39 100644
--- a/test/exceptions.cpp
+++ b/test/exceptions.cpp
@@ -107,7 +107,7 @@ void memoryleak()
VERIFY(ScalarWithExceptions::instances==0 && "global memory leak detected in " && EIGEN_MAKESTRING(OP)); \
}
-void test_exceptions()
+EIGEN_DECLARE_TEST(exceptions)
{
CALL_SUBTEST( memoryleak() );
}