Make the expect_prompt more strict.

llvm-svn: 150124
This commit is contained in:
Johnny Chen 2012-02-09 00:51:41 +00:00
parent 8c50e7c5e3
commit 4dcad1437c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class CommandLineCompletionTestCase(TestBase):
"""Test that 'stty -a' displays the same output before and after running the lldb command."""
# The expect prompt.
expect_prompt = "expect.*> "
expect_prompt = "expect[0-9.]+> "
# The default lldb prompt.
lldb_prompt = "(lldb) "