Skip to content

Commit 07c5a54

Browse files
authored
Arm backend fwd fix (#18602)
Summary: Fix up issues with buck files Reviewed By: shoumikhin Differential Revision: D98248141
1 parent 6a20827 commit 07c5a54

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

backends/arm/test/targets.bzl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ def define_arm_tests():
4747
"misc/test_custom_partition.py",
4848
"misc/test_debug_hook.py",
4949
# "misc/test_dim_order.py", (TODO - T238390249)
50-
"misc/test_outputs_order.py",
50+
]
51+
52+
# Deprecation tests
53+
test_files += [
54+
"deprecation/test_arm_compile_spec_deprecation.py",
5155
]
5256

5357
TESTS = {}

0 commit comments

Comments
 (0)