Skip to content

Commit cdc47f9

Browse files
Remove commented code
1 parent 327d369 commit cdc47f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/invert_test_gtest.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ std::string gettestname(::testing::TestParamInfo<test_t> param)
137137
name += get_prec_str(::testing::get<3>(param.param));
138138
if (::testing::get<4>(param.param) > 1)
139139
name += std::string("_shift") + std::to_string(::testing::get<4>(param.param));
140-
if (::testing::get<5>(param.param) > 1)// && support_solution_accumulator_pipeline(::testing::get<0>(param.param)))
140+
if (::testing::get<5>(param.param) > 1)
141141
name += std::string("_solution_accumulator_pipeline") + std::to_string(::testing::get<5>(param.param));
142142
auto &schwarz_param = ::testing::get<6>(param.param);
143143
if (::testing::get<0>(schwarz_param) != QUDA_INVALID_SCHWARZ) {

0 commit comments

Comments
 (0)