[mlir][py] Enable loading only specified dialects during creation. (#121421)
[llvm-project.git] / mlir / test / mlir-reduce / single-function.mlir
blob2c1213a87702f5c4330b22235e9d01ae22be50ad
1 // RUN: mlir-opt %s
2 // RUN: not mlir-opt %s -test-mlir-reducer -pass-test function-reducer
4 func.func @test() {
5   "test.op_crash"() : () -> ()
6   return