Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17162
Change subject: [client] fix compilation warning in scan_token-test.cc ...................................................................... [client] fix compilation warning in scan_token-test.cc With the newer gtest library, the INSTANTIATE_TEST_CASE_P macro was deprecated in favor of INSTANTIATE_TEST_SUITE_P. This changelist is a follow-up to 074e7e9a0 and doesn't contain any functional changes. Change-Id: I98c6b1d9931b6e9b2543e007a3f0a80b05ff80b4 --- M src/kudu/client/scan_token-test.cc 1 file changed, 3 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/62/17162/1 -- To view, visit http://gerrit.cloudera.org:8080/17162 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I98c6b1d9931b6e9b2543e007a3f0a80b05ff80b4 Gerrit-Change-Number: 17162 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <aser...@cloudera.com>