mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 19:46:05 +00:00

We have no test coverage for the IOHandler code that is doing the completion in the command line. This is adding a pexpect-based test as a preparation for the switch to using CompletionRequest in the whole completion machinery. llvm-svn: 368679
6 lines
105 B
C
6 lines
105 B
C
int main(int argc, char **argv) {
|
|
lldb_enable_attach();
|
|
int to_complete = 0;
|
|
return to_complete;
|
|
}
|