blob: 4ce07e8cfc9f7fc9c02efbc0593c1b5e7206cc5d [file] [log] [blame]
// RUN: not mlir-opt %s -mlir-print-op-on-diagnostic 2>&1 | FileCheck %s
// This file tests the functionality of 'mlir-print-op-on-diagnostic'.
// CHECK: {{invalid to use 'test.invalid_attr'}}
// CHECK: {{see current operation: "module"()}}
module attributes {test.invalid_attr} {}