Skip to content

Commit 2e0a119

Browse files
committed
Adopt a lit test
1 parent f603664 commit 2e0a119

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mlir/test/mlir-tblgen/dialect.td

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,14 @@ def E_SpecialNSOp : Op<E_Dialect, "special_ns_op", []> {
6262
// DEF: ::E::SPECIAL_NS::SpecialNSOp definitions
6363

6464
// DECL-LABEL: GET_OP_CLASSES
65+
// DECL: namespace a {
6566
// DECL: a::SomeOp declarations
67+
// DECL: namespace BNS {
6668
// DECL: BNS::SomeOp declarations
69+
// DECL: namespace C::CC {
6770
// DECL: ::C::CC::SomeOp declarations
6871
// DECL: DSomeOp declarations
72+
// DECL: namespace ENS {
6973
// DECL: ENS::SomeOp declarations
74+
// DECL: namespace E::SPECIAL_NS {
7075
// DECL: ::E::SPECIAL_NS::SpecialNSOp declarations

0 commit comments

Comments
 (0)