Skip to content

Commit 363d138

Browse files
authored
fix missing Buck dep for tensor_shape_to_c_string_test (#8490)
Test Plan: buck2 test //runtime/core/exec_aten/util/test:tensor_shape_to_c_string_test
1 parent 433e30b commit 363d138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/core/exec_aten/util/test/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ def define_common_targets():
5252
srcs = ["tensor_shape_to_c_string_test.cpp"],
5353
deps = [
5454
"//executorch/runtime/core/exec_aten/util:tensor_shape_to_c_string",
55+
"//executorch/runtime/core/exec_aten/util:tensor_util",
5556
],
5657
)

0 commit comments

Comments
 (0)