From b3b3dcad0548d3d0842c7089625a8eb84f2ab478 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 22 Jun 2015 09:58:06 +0200 Subject: Reduce compiler memory consumption for SVD unit tests --- test/jacobisvd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/jacobisvd.cpp') 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(10,10) ); // Check that preallocation avoids subsequent mallocs - CALL_SUBTEST_9( svd_preallocate() ); + CALL_SUBTEST_9( svd_preallocate() ); - CALL_SUBTEST_2( svd_underoverflow() ); + CALL_SUBTEST_2( svd_underoverflow() ); } -- cgit v1.2.3