Skip to content

Commit 9096883

Browse files
committed
[lldb] add test
1 parent c55cc1e commit 9096883

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/API/functionalities/completion/TestCompletion.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ def test_process_plugin_completion(self):
135135
"process " + subcommand + " mach-o-core",
136136
)
137137

138+
def test_process_save_core(self):
139+
self.complete_from_to("process save-core --plugin-name ", ["minidump"])
140+
138141
def completions_contain_str(self, input, needle):
139142
interp = self.dbg.GetCommandInterpreter()
140143
match_strings = lldb.SBStringList()

0 commit comments

Comments
 (0)