aboutsummaryrefslogtreecommitdiff
path: root/mlir/unittests/IR/InterfaceAttachmentTest.cpp
diff options
context:
space:
mode:
authorFlorian Mayer <fmayer@google.com>2024-02-23 11:31:14 -0800
committerFlorian Mayer <fmayer@google.com>2024-02-23 11:31:14 -0800
commit886b4bc97b0ed5a5e041a0117a584182fc7989c1 (patch)
tree43cdc0e15e12c298c09251dda38e834e7e778049 /mlir/unittests/IR/InterfaceAttachmentTest.cpp
parentaf8afe08ee20a04b2ccb363cac66aa02cfaecd02 (diff)
parent8d536f83545f071948888983e2db25ce23a8302d (diff)
downloadllvm-users/fmayer/sprscudo-allow-to-resize-allocation-ring-buffer.zip
llvm-users/fmayer/sprscudo-allow-to-resize-allocation-ring-buffer.tar.gz
llvm-users/fmayer/sprscudo-allow-to-resize-allocation-ring-buffer.tar.bz2
Created using spr 1.3.4
Diffstat (limited to 'mlir/unittests/IR/InterfaceAttachmentTest.cpp')
-rw-r--r--mlir/unittests/IR/InterfaceAttachmentTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/unittests/IR/InterfaceAttachmentTest.cpp b/mlir/unittests/IR/InterfaceAttachmentTest.cpp
index 2e1309a..16de34c 100644
--- a/mlir/unittests/IR/InterfaceAttachmentTest.cpp
+++ b/mlir/unittests/IR/InterfaceAttachmentTest.cpp
@@ -421,7 +421,7 @@ TEST(InterfaceAttachmentTest, PromisedInterfaces) {
// Attribute interfaces use the exact same mechanism as types, so just check
// that the promise mechanism works for attributes.
MLIRContext context;
- auto testDialect = context.getOrLoadDialect<test::TestDialect>();
+ auto *testDialect = context.getOrLoadDialect<test::TestDialect>();
auto attr = test::SimpleAAttr::get(&context);
// `SimpleAAttr` doesn't implement nor promises the