Skip to content

Commit 4432479

Browse files
committed
Apply clang-tidy fixes for llvm-qualified-auto in InterfaceAttachmentTest.cpp (NFC)
1 parent 99822be commit 4432479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/unittests/IR/InterfaceAttachmentTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ TEST(InterfaceAttachmentTest, PromisedInterfaces) {
421421
// Attribute interfaces use the exact same mechanism as types, so just check
422422
// that the promise mechanism works for attributes.
423423
MLIRContext context;
424-
auto testDialect = context.getOrLoadDialect<test::TestDialect>();
424+
auto *testDialect = context.getOrLoadDialect<test::TestDialect>();
425425
auto attr = test::SimpleAAttr::get(&context);
426426

427427
// `SimpleAAttr` doesn't implement nor promises the

0 commit comments

Comments
 (0)