[RISCV] Fix the code alignment for GroupFloatVectors. NFC
[llvm-project.git] / mlir / test / Pass / invalid-pass.mlir
blob5a8b8386ce1508f92867d5bf3f4123dcb1edda9c
1 // RUN: not mlir-opt %s -pass-pipeline='builtin.module(test-module-pass{test-option=a})' 2>&1 | FileCheck %s
3 // CHECK: <Pass-Options-Parser>: no such option test-option
4 // CHECK: failed to add `test-module-pass` with options `test-option=a`
5 // CHECK: failed to add `builtin.module` with options `` to inner pipeline
6 module {}