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 4eed37f commit ce534d0Copy full SHA for ce534d0
google/cloud/bigtable/internal/query_plan_test.cc
@@ -31,12 +31,10 @@ namespace bigtable_internal {
31
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
32
namespace {
33
34
-using ::google::cloud::internal::ToProtoTimestamp;
35
using ::google::cloud::testing_util::FakeCompletionQueueImpl;
36
using ::google::cloud::testing_util::FakeSystemClock;
37
using ::google::cloud::testing_util::IsProtoEqual;
38
using ::google::cloud::testing_util::StatusIs;
39
-using ::google::protobuf::util::TimeUtil;
40
41
TEST(QueryPlanTest, ResponseDataWithOriginalValidQueryPlan) {
42
auto fake_cq_impl = std::make_shared<FakeCompletionQueueImpl>();
0 commit comments