Commit ca7d5cf
authored
Add missing program_builder dep to arm test targets (#19266)
Summary:
D102325968 added an import of `executorch.backends.test.program_builder`
in `test_fuse_constant_ops_pass.py` but only updated the xplat
`targets.bzl` with the corresponding Buck dependency. The fbcode
`targets.bzl` was missing this dependency, causing test listing failures
for `fbcode//executorch/backends/arm/test:fuse_constant_ops_pass`.
Add `//executorch/backends/test:program_builder` to the deps list.
Differential Revision: D103456950
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils
@Sebastian-Larsson @robell1 parent a0d6e9b commit ca7d5cf
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
0 commit comments