aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/cloud/gcs_file_system_test.cc
diff options
context:
space:
mode:
authorGravatar Brennan Saeta <saeta@google.com>2018-05-30 15:25:46 -0700
committerGravatar Yifei Feng <yifeif@google.com>2018-05-30 15:25:46 -0700
commite469934f1274c7c498e5061995fec425a21c9be8 (patch)
treeab9c0078f1c1fa5027537096898f560cbd9833fe /tensorflow/core/platform/cloud/gcs_file_system_test.cc
parent176754d6cce54a971c98096f55251870708eea3e (diff)
Add GCS configure ops.
PiperOrigin-RevId: 198624285
Diffstat (limited to 'tensorflow/core/platform/cloud/gcs_file_system_test.cc')
-rw-r--r--tensorflow/core/platform/cloud/gcs_file_system_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/platform/cloud/gcs_file_system_test.cc b/tensorflow/core/platform/cloud/gcs_file_system_test.cc
index 3f73b238ad..6a28d9162f 100644
--- a/tensorflow/core/platform/cloud/gcs_file_system_test.cc
+++ b/tensorflow/core/platform/cloud/gcs_file_system_test.cc
@@ -2946,8 +2946,8 @@ TEST(GcsFileSystemTest, CreateHttpRequest) {
class TestGcsStats : public GcsStatsInterface {
public:
- void Init(GcsFileSystem* fs, GcsThrottle* throttle,
- const FileBlockCache* block_cache) override {
+ void Configure(GcsFileSystem* fs, GcsThrottle* throttle,
+ const FileBlockCache* block_cache) override {
CHECK(fs_ == nullptr);
CHECK(throttle_ == nullptr);
CHECK(block_cache_ == nullptr);