From 0255f2827948a3fc0fb9d9e38ffa78d7dbd6e6a8 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 18 Oct 2009 01:35:07 -0400 Subject: oops, didn't want to commit that --- test/lu.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/lu.cpp') diff --git a/test/lu.cpp b/test/lu.cpp index 5fd58f6e8..442b87f82 100644 --- a/test/lu.cpp +++ b/test/lu.cpp @@ -126,19 +126,19 @@ void test_lu() { for(int i = 0; i < g_repeat; i++) { CALL_SUBTEST( lu_non_invertible() ); -/* CALL_SUBTEST( lu_non_invertible() ); + CALL_SUBTEST( lu_non_invertible() ); CALL_SUBTEST( lu_non_invertible() ); CALL_SUBTEST( lu_non_invertible() ); CALL_SUBTEST( lu_invertible() ); CALL_SUBTEST( lu_invertible() ); CALL_SUBTEST( lu_invertible() ); - CALL_SUBTEST( lu_invertible() );*/ + CALL_SUBTEST( lu_invertible() ); } -/* CALL_SUBTEST( lu_verify_assert() ); + CALL_SUBTEST( lu_verify_assert() ); CALL_SUBTEST( lu_verify_assert() ); CALL_SUBTEST( lu_verify_assert() ); CALL_SUBTEST( lu_verify_assert() ); CALL_SUBTEST( lu_verify_assert() ); - CALL_SUBTEST( lu_verify_assert() );*/ + CALL_SUBTEST( lu_verify_assert() ); } -- cgit v1.2.3