aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/bicgstab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/bicgstab.cpp')
-rw-r--r--test/bicgstab.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/bicgstab.cpp b/test/bicgstab.cpp
index bb9da898f..2b6403583 100644
--- a/test/bicgstab.cpp
+++ b/test/bicgstab.cpp
@@ -40,8 +40,6 @@ template<typename T> void test_bicgstab_T()
void test_bicgstab()
{
- for(int i = 0; i < g_repeat; i++) {
- CALL_SUBTEST_1(test_bicgstab_T<double>());
- CALL_SUBTEST_2(test_bicgstab_T<std::complex<double> >());
- }
+ CALL_SUBTEST_1(test_bicgstab_T<double>());
+ CALL_SUBTEST_2(test_bicgstab_T<std::complex<double> >());
}