Skip to content

Commit a676cf8

Browse files
committed
Fix up error message in test case
1 parent d41bbe7 commit a676cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Linalg/invalid.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ func.func @mismatch_type_affine_map_and_operand_contraction(%lhs: f32, %rhs: ten
617617
// -----
618618

619619
func.func @unused_iteration_space_dim_contraction(%lhs: tensor<4x1xf32>, %rhs: tensor<1x64xf32>, %init: tensor<4x64xf32>) {
620-
// expected-error @+1 {{iteration space dim at index 3 not used for any operand}}
620+
// expected-error @+1 {{iteration space dim at index 3 not used to access any operand}}
621621
linalg.contract indexing_maps = [
622622
affine_map<(d0, d1, d2, d3) -> (d0, d2)>,
623623
affine_map<(d0, d1, d2, d3) -> (d2, d1)>,

0 commit comments

Comments
 (0)