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