Skip to content

Commit 678c1c0

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Fix executorch/exir/backend/test:test_passes (#2890)
Summary: Pull Request resolved: #2890 Fix the match string Reviewed By: mergennachin Differential Revision: D55824649 fbshipit-source-id: 688edccf92e0693d27d1182bac5c1f0efbed6f42
1 parent 4c06274 commit 678c1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exir/backend/test/test_passes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ def forward(self, x):
4242
self.assertEqual(len(copied_nodes), 1)
4343

4444
# Check that the new constant node is in the graph
45-
FileCheck().check("arg0_1_copy_0").run(
45+
FileCheck().check("b_const_copy_0").run(
4646
edge.exported_program().graph_module.code
4747
)

0 commit comments

Comments
 (0)