[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:
Raphael Isemann 2019-09-02 07:40:06 +00:00
parent 6e08669879
commit 250c495a7c
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
int main(int argc, char **argv) {
lldb_enable_attach();
int to_complete = 0;
return to_complete;
}