From 9e885fb76608c8d90da20151db6459a99be360d6 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 9 Mar 2015 14:33:15 +0100 Subject: Add unit tests for CG and sparse-LLT for long int as storage-index --- test/bicgstab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bicgstab.cpp') diff --git a/test/bicgstab.cpp b/test/bicgstab.cpp index 6d76389ce..7a9a11330 100644 --- a/test/bicgstab.cpp +++ b/test/bicgstab.cpp @@ -26,6 +26,6 @@ template void test_bicgstab_T() void test_bicgstab() { CALL_SUBTEST_1((test_bicgstab_T()) ); - CALL_SUBTEST_1((test_bicgstab_T())); CALL_SUBTEST_2((test_bicgstab_T, int>())); + CALL_SUBTEST_3((test_bicgstab_T())); } -- cgit v1.2.3