Skip to content

Commit ed2b46a

Browse files
committed
fix name
1 parent db1b717 commit ed2b46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Vector/invalid.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ func.func @shape_cast_wrong_num_elements(%arg0 : vector<5x1x3x2xf32>) {
11451145

11461146
// -----
11471147

1148-
func.func @shape_cast_invalid_rank_preservating(%arg0 : vector<3x2xf32>) {
1148+
func.func @shape_cast_invalid_rank_preserving(%arg0 : vector<3x2xf32>) {
11491149
// expected-error@+1 {{op is invalid (does not uniformly collapse or expand)}}
11501150
%0 = vector.shape_cast %arg0 : vector<3x2xf32> to vector<2x3xf32>
11511151
}

0 commit comments

Comments
 (0)