aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug/debug_io_utils_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/debug/debug_io_utils_test.cc')
-rw-r--r--tensorflow/core/debug/debug_io_utils_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/core/debug/debug_io_utils_test.cc b/tensorflow/core/debug/debug_io_utils_test.cc
index 1ddab1689b..ab020517b0 100644
--- a/tensorflow/core/debug/debug_io_utils_test.cc
+++ b/tensorflow/core/debug/debug_io_utils_test.cc
@@ -273,7 +273,8 @@ TEST_F(DebugIOUtilsTest, PublishTensorConcurrentlyToPartiallyOverlappingPaths) {
auto fn = [this, &dump_count, &done_count, &mu, &dump_root_base, &dump_roots,
&dump_file_paths, &wall_time, &tensor_name, &debug_node_name,
- &kNodeName, &kDebugOpName, &kConcurrentPubs, &all_done]() {
+ &kNodeName, &kDebugOpName, &kConcurrentPubs, &kOutputSlot,
+ &all_done]() {
// "gumpy" is the shared directory part of the path.
string dump_root;
string debug_url;