1// RUN: not mlir-opt -test-extract-fixed-outer-loops %s 2>&1 | FileCheck %s 2 3func.func @no_crash(%arg0: memref<?x?xf32>) { 4 // CHECK: error: missing `test-outer-loop-sizes` pass-option for outer loop sizes 5 return 6} 7