Fixing a Darwing test thats failing on windows
authorDimitar Vlahovski <dvlahovski@google.com>
Fri, 19 Aug 2016 12:44:53 +0000 (12:44 +0000)
committerDimitar Vlahovski <dvlahovski@google.com>
Fri, 19 Aug 2016 12:44:53 +0000 (12:44 +0000)
commitd909f9551c94da88f5d70bafe9d833d56c53e0b1
tree406483afdf5bba90e77ccafa86df109cf82ed6b3
parent96fcf5df03294d481867c72282b6f039c002b14e
Fixing a Darwing test thats failing on windows

The pexpect import should be make after the skip-if-not-darwin part
because pexpect is not available on Windows

llvm-svn: 279234
lldb/packages/Python/lldbsuite/test/darwin_log.py