Skip to content

Commit 0260bcb

Browse files
committed
Fix after f3dcc0f
1 parent f84bc1c commit 0260bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Conversion/VectorToLLVM/pass-option-serialization.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// RUN: mlir-opt --convert-vector-to-llvm --dump-pass-pipeline %s 2>&1 | FileCheck %s --check-prefix=DEFAULT
1515

1616
// RUN: mlir-opt --convert-vector-to-llvm='vector-contract-lowering=matmul vector-transpose-lowering=flat' \
17-
// RUN: --dump-pass-pipeline 2>&1 | FileCheck %s --check-prefix=NON-DEFAULT
17+
// RUN: --dump-pass-pipeline %s 2>&1 | FileCheck %s --check-prefix=NON-DEFAULT
1818

1919
// CHECK: builtin.module(
2020
// CHECK-SAME: convert-vector-to-llvm{

0 commit comments

Comments
 (0)