Skip to content

Commit 0b5db4e

Browse files
committed
[lldb][lldb-dap] update merge changes
1 parent 78e50c5 commit 0b5db4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/unittests/DAP/ProtocolTypesTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ TEST(ProtocolTypesTest, Breakpoint) {
101101
breakpoint.id = 42;
102102
breakpoint.verified = true;
103103
breakpoint.message = "Breakpoint set successfully";
104-
breakpoint.source =
105-
Source{"test.cpp", "/path/to/test.cpp", 123, ePresentationHintNormal};
104+
breakpoint.source = Source{"test.cpp", "/path/to/test.cpp", 123,
105+
Source::eSourcePresentationHintNormal};
106106
breakpoint.line = 10;
107107
breakpoint.column = 5;
108108
breakpoint.endLine = 15;

0 commit comments

Comments
 (0)