aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/jacobisvd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/jacobisvd.cpp')
-rw-r--r--test/jacobisvd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/jacobisvd.cpp b/test/jacobisvd.cpp
index f9de6b708..3d8d0203d 100644
--- a/test/jacobisvd.cpp
+++ b/test/jacobisvd.cpp
@@ -114,7 +114,7 @@ void test_jacobisvd()
CALL_SUBTEST_7( JacobiSVD<MatrixXf>(10,10) );
// Check that preallocation avoids subsequent mallocs
- CALL_SUBTEST_9( svd_preallocate() );
+ CALL_SUBTEST_9( svd_preallocate<void>() );
- CALL_SUBTEST_2( svd_underoverflow() );
+ CALL_SUBTEST_2( svd_underoverflow<void>() );
}