Skip to content

Commit 14d4ff5

Browse files
committed
[lldb] update test since the value is optional.
1 parent 8ef099a commit 14d4ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def test_process_plugin_completion(self):
136136
)
137137

138138
def test_process_save_core(self):
139-
self.complete_from_to("process save-core --plugin-name ", ["minidump"])
139+
self.complete_from_to("process save-core --plugin-name=", ["minidump"])
140140

141141
def completions_contain_str(self, input, needle):
142142
interp = self.dbg.GetCommandInterpreter()

0 commit comments

Comments
 (0)