Repository: kudu Updated Branches: refs/heads/master 5a91629e5 -> eee82d90a
Remove the redundant slash. Change-Id: I98458146e16a043ae6ab8e91ce1a507f1bda6317 Reviewed-on: http://gerrit.cloudera.org:8080/10949 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/eaed285d Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/eaed285d Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/eaed285d Branch: refs/heads/master Commit: eaed285d0319009e23d4c62e551de4e458aa2ea6 Parents: 5a91629 Author: triplesheep <[email protected]> Authored: Mon Jul 16 03:03:03 2018 +0000 Committer: Todd Lipcon <[email protected]> Committed: Mon Jul 16 04:34:53 2018 +0000 ---------------------------------------------------------------------- src/kudu/tablet/tablet_history_gc-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/eaed285d/src/kudu/tablet/tablet_history_gc-test.cc ---------------------------------------------------------------------- diff --git a/src/kudu/tablet/tablet_history_gc-test.cc b/src/kudu/tablet/tablet_history_gc-test.cc index 729a4ba..d5361cd 100644 --- a/src/kudu/tablet/tablet_history_gc-test.cc +++ b/src/kudu/tablet/tablet_history_gc-test.cc @@ -140,7 +140,7 @@ void TabletHistoryGcTest::UpdateOriginalRows(int64_t num_rowsets, int64_t rows_p void TabletHistoryGcTest::VerifyDebugDumpRowsMatch(const string& pattern) const { vector<string> rows; - ASSERT_OK(tablet()->DebugDump(&rows)); \ + ASSERT_OK(tablet()->DebugDump(&rows)); // Ignore the non-data (formattting) lines in the output. std::string base_pattern = R"(^Dumping|^-|^MRS|^RowSet)"; if (!pattern.empty()) {
