blob: 439aa404f13f3f3ee819511aba1c46595410cee6 [file] [log] [blame]
// RUN: mlir-opt %s -verify-diagnostics -mlir-print-op-on-diagnostic
// This file tests the functionality of 'mlir-print-op-on-diagnostic'.
// expected-error@below {{invalid to use 'test.invalid_attr'}}
// expected-note@below {{see current operation: "module"()}}
module attributes {test.invalid_attr} {}