The test was expecting vector<basic_string<char>> & while the test returned vector<string> &. Since verify_completions doesn't support regex matching, sidestep the issue by using a custom type (baz).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo