Skip to content

Commit f171aa0

Browse files
committed
Fix test.
1 parent 0958eaf commit f171aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/SCF/invalid.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ func.func @wrong_terminator_op(%in: tensor<100xf32>, %out: tensor<100xf32>) {
645645

646646
%result = scf.forall (%thread_idx) in (%num_threads) shared_outs(%o = %out) -> (tensor<100xf32>) {
647647
%1 = tensor.extract_slice %in[%thread_idx][1][1] : tensor<100xf32> to tensor<1xf32>
648-
// expected-error @+1 {{expected only tensor.parallel_insert_slice ops}}
648+
// expected-error @+1 {{expected only ParallelCombiningOpInterface ops}}
649649
scf.forall.in_parallel {
650650
tensor.parallel_insert_slice %1 into %o[%thread_idx][1][1] :
651651
tensor<1xf32> into tensor<100xf32>

0 commit comments

Comments
 (0)