summaryrefslogtreecommitdiff
path: root/mlir/unittests/Debug/FileLineColLocBreakpointManagerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/unittests/Debug/FileLineColLocBreakpointManagerTest.cpp')
-rw-r--r--mlir/unittests/Debug/FileLineColLocBreakpointManagerTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/unittests/Debug/FileLineColLocBreakpointManagerTest.cpp b/mlir/unittests/Debug/FileLineColLocBreakpointManagerTest.cpp
index f688fa97e840..6a81422b6b66 100644
--- a/mlir/unittests/Debug/FileLineColLocBreakpointManagerTest.cpp
+++ b/mlir/unittests/Debug/FileLineColLocBreakpointManagerTest.cpp
@@ -24,7 +24,7 @@ static Operation *createOp(MLIRContext *context, Location loc,
unsigned int numRegions = 0) {
context->allowUnregisteredDialects();
return Operation::create(loc, OperationName(operationName, context), {}, {},
- std::nullopt, OpaqueProperties(nullptr), {},
+ NamedAttrList(), OpaqueProperties(nullptr), {},
numRegions);
}