summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/iohandler/completion/TestIOHandlerCompletion.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/iohandler/completion/TestIOHandlerCompletion.py b/lldb/packages/Python/lldbsuite/test/iohandler/completion/TestIOHandlerCompletion.py
index a6748c65619..a1c07a3b045 100644
--- a/lldb/packages/Python/lldbsuite/test/iohandler/completion/TestIOHandlerCompletion.py
+++ b/lldb/packages/Python/lldbsuite/test/iohandler/completion/TestIOHandlerCompletion.py
@@ -38,7 +38,8 @@ class IOHandlerCompletionTest(TestBase):
self.child = pexpect.spawn(
'%s %s %s %s' %
- (lldbtest_config.lldbExec, self.lldbOption, "", exe))
+ (lldbtest_config.lldbExec, self.lldbOption, "", exe),
+ dimensions=(100, 500))
self.expect_string(prompt)
# Start tab completion, go to the next page and then display all with 'a'.
OpenPOWER on IntegriCloud