
The plugins completion test was checking completions for the abi
plugins. But the available abi plugins will depend on which
[targets](42d2ae1034/lldb/source/Plugins/ABI/CMakeLists.txt (L7)
)
are enabled in the cmake build configuration.
This PR updates the test to check for the json object file instead which
should be enabled on all builds.