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 48cf0b4 commit 39b44c1Copy full SHA for 39b44c1
tests/batching_test.cc
@@ -11,7 +11,7 @@ TEST(BatchingTest, RebatchInput) {
11
{},
12
{"a", "b", "c", "d"},
13
{"a", "b", "c", "d", "e"}
14
- };auto ii = new int(5);(void)ii;
+ };
15
const std::vector<std::vector<std::string>> target = {
16
{"1"},
17
{"2"},
0 commit comments