forked from OSchip/llvm-project
[lldb][NFC] Remove unnecessary lldb_enable_attach in TestMultilineCompletion
We don't actually need to call this for this test. llvm-svn: 370623
This commit is contained in:
parent
6e08669879
commit
250c495a7c
|
@ -1,5 +1,4 @@
|
|||
int main(int argc, char **argv) {
|
||||
lldb_enable_attach();
|
||||
int to_complete = 0;
|
||||
return to_complete;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue