File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lldb/test/API/commands/plugin Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ def test_completions(self):
8282 )
8383
8484 # A completion for a full namespace should contain the plugins in that namespace.
85- self .completions_contain ("plugin list abi " , ["abi.sysv-x86_64 " ])
86- self .completions_contain ("plugin list abi ." , ["abi.sysv-x86_64 " ])
87- self .completions_contain ("plugin list abi.s " , ["abi.sysv-x86_64 " ])
88- self .completions_contain ("plugin list abi.sysv-x " , ["abi.sysv-x86_64 " ])
85+ self .completions_contain ("plugin list object-file " , ["object-file.JSON " ])
86+ self .completions_contain ("plugin list object-file ." , ["object-file.JSON " ])
87+ self .completions_contain ("plugin list object-file.J " , ["object-file.JSON " ])
88+ self .completions_contain ("plugin list object-file.JS " , ["object-file.JSON " ])
8989
9090 # Check for a completion that is a both a complete namespace and a prefix of
9191 # another namespace. It should return the completions for the plugins in the completed
You can’t perform that action at this time.
0 commit comments