Skip to content

Commit 17f2e6c

Browse files
committed
Change clone test name to test_clone_non_identity_survives
1 parent e133898 commit 17f2e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/transforms/test/test_remove_clone_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def forward(self, x):
140140
transformed_gm.code
141141
)
142142

143-
def test_clone_channels_last_survives(self):
143+
def test_clone_non_identity_survives(self):
144144
"""Verify clone ops that modify memory_format are preserved by RemoveCloneOpsTransform."""
145145

146146
for skip_dim_order, clone_op_str in self.CLONE_OP_CASES:

0 commit comments

Comments
 (0)