summaryrefslogtreecommitdiffstats
path: root/mlir/test/IR/print-op-on-diagnostic.mlir
blob: 439aa404f13f3f3ee819511aba1c46595410cee6 (plain)
1
2
3
4
5
6
7
// 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} {}
OpenPOWER on IntegriCloud