Make TestCompletion work on windows
authorPavel Labath <labath@google.com>
Fri, 9 Mar 2018 14:32:16 +0000 (14:32 +0000)
committerPavel Labath <labath@google.com>
Fri, 9 Mar 2018 14:32:16 +0000 (14:32 +0000)
commitef624fecdd2bf4c122afaaf32c84cb0c5a45de20
tree4971a34a7a15454df0ad26fcd4f09cc7b3ae4101
parentb4bd0a404fe26071dab0854dfd9767974909c7c4
Make TestCompletion work on windows

The test I added in r327110 is failing on windows because of "import
pexpect". However, this import is no longer necessary as these tests
don't use pexpect anymore.

In fact, it seems that all TestCompletion tests are passing on windows
after this, so I enable all of them.

llvm-svn: 327133
lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py