Skip to content

Commit b9da987

Browse files
author
Anurag Dixit
committed
(//tests): Removed double linking of libs
Signed-off-by: Anurag Dixit <[email protected]>
1 parent fa1c778 commit b9da987

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tests/core/BUILD

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ cc_test(
1515
srcs = ["test_detecting_input_type.cpp"],
1616
deps = [
1717
"//tests/util",
18-
"//core",
19-
"//core/ir",
20-
"//core/lowering",
21-
"//core/util:prelude",
2218
"@googletest//:gtest_main",
2319
] + select({
2420
":use_pre_cxx11_abi": ["@libtorch_pre_cxx11_abi//:libtorch"],

tests/core/partitioning/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ cc_test(
5252
srcs = ["test_loop_fallback.cpp"],
5353
deps = [
5454
"//tests/util",
55-
"//core",
5655
"@googletest//:gtest_main",
5756
] + select({
5857
":use_pre_cxx11_abi": ["@libtorch_pre_cxx11_abi//:libtorch"],

0 commit comments

Comments
 (0)