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