Skip to content

Commit 39b44c1

Browse files
committed
Revert "[TMP] Test leak"
This reverts commit c759ea0.
1 parent 48cf0b4 commit 39b44c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/batching_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TEST(BatchingTest, RebatchInput) {
1111
{},
1212
{"a", "b", "c", "d"},
1313
{"a", "b", "c", "d", "e"}
14-
};auto ii = new int(5);(void)ii;
14+
};
1515
const std::vector<std::vector<std::string>> target = {
1616
{"1"},
1717
{"2"},

0 commit comments

Comments
 (0)