Have lldb-mi tests import pexpect at a narrower scope.
authorZachary Turner <zturner@google.com>
Tue, 26 May 2015 20:26:43 +0000 (20:26 +0000)
committerZachary Turner <zturner@google.com>
Tue, 26 May 2015 20:26:43 +0000 (20:26 +0000)
commitffc7d6fe6e8909ee5f2d4c9bd6a04eab8b5d154c
treea4ca8160e72711f197f658b62c9c19fc1386ad9d
parent306278ff0dd2a08f992aafc59a02ca533c142eb6
Have lldb-mi tests import pexpect at a narrower scope.

The tests are xfail'ed on Windows, but would still error out since
they were importing pexpect at global scope.  This way the tests
will correctly report as unsupported.

llvm-svn: 238249
lldb/test/tools/lldb-mi/lldbmi_testcase.py