Skip to content

Commit 185a0af

Browse files
authored
remove accidental duplicate //backends/arm/test:common target (#8734)
I must've messed up resolving conflicts in this file yesterday.
1 parent 640979d commit 185a0af

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

backends/arm/test/TARGETS

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@ python_library(
3939
]
4040
)
4141

42-
python_library(
43-
name = "common",
44-
srcs = ["common.py"],
45-
deps = [
46-
":runner_utils",
47-
"//executorch/backends/xnnpack/test/tester:tester",
48-
"//executorch/backends/arm:arm_backend",
49-
"//executorch/exir:lib",
50-
"//executorch/exir/backend:compile_spec_schema",
51-
"fbsource//third-party/pypi/pytest:pytest",
52-
]
53-
)
54-
5542
python_library(
5643
name = "arm_tester",
5744
srcs = glob(["tester/*.py"]),
@@ -67,4 +54,4 @@ python_library(
6754
]
6855
)
6956

70-
define_arm_tests()
57+
define_arm_tests()

0 commit comments

Comments
 (0)