summaryrefslogtreecommitdiff
path: root/lldb/unittests/DAP/DAPTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/unittests/DAP/DAPTest.cpp')
-rw-r--r--lldb/unittests/DAP/DAPTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/unittests/DAP/DAPTest.cpp b/lldb/unittests/DAP/DAPTest.cpp
index d5a9591ad0a4..2090fe6896d6 100644
--- a/lldb/unittests/DAP/DAPTest.cpp
+++ b/lldb/unittests/DAP/DAPTest.cpp
@@ -28,6 +28,7 @@ TEST_F(DAPTest, SendProtocolMessages) {
/*log=*/nullptr,
/*default_repl_mode=*/ReplMode::Auto,
/*pre_init_commands=*/{},
+ /*no_lldbinit=*/false,
/*client_name=*/"test_client",
/*transport=*/*transport,
/*loop=*/loop,