We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ede9c3 commit dcddf40Copy full SHA for dcddf40
tests/gtests/test_sum.cpp
@@ -76,7 +76,6 @@ class sum_test: public ::testing::TestWithParam<sum_test_params> {
76
sum_test_params p
77
= ::testing::TestWithParam<sum_test_params>::GetParam();
78
79
- int src_dim_sum = 0;
80
for (size_t i = 0; i < p.srcs_cds.size(); i++) {
81
for (size_t dim = 0; dim < p.dst_cds.size(); dim++) {
82
ASSERT_TRUE(p.srcs_cds[i][dim] == p.dst_cds[dim]);
0 commit comments