// REQUIRES: asserts // RUN: mlir-opt %s --test-transform-dialect-interpreter \ // RUN: --mlir-disable-threading \ // RUN: --debug-only=transform-dialect-dump-repro 2>&1 \ // RUN: | FileCheck %s module { transform.sequence failures(propagate) { ^bb0(%arg0: !transform.any_op): transform.debug.emit_remark_at %arg0, "remark" : !transform.any_op } } // Verify that the repro string is dumped. // CHECK: Transform Interpreter Repro // CHECK: cat <