aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/numext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/numext.cpp')
-rw-r--r--test/numext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/numext.cpp b/test/numext.cpp
index 3de33e2f9..6307f5979 100644
--- a/test/numext.cpp
+++ b/test/numext.cpp
@@ -33,7 +33,7 @@ void check_abs() {
}
}
-void test_numext() {
+EIGEN_DECLARE_TEST(numext) {
CALL_SUBTEST( check_abs<bool>() );
CALL_SUBTEST( check_abs<signed char>() );
CALL_SUBTEST( check_abs<unsigned char>() );