The 'thread list' command no longer displays the file:lineno after the recent check-in.

Remove file:lineno from the expected substrings.

llvm-svn: 115512
This commit is contained in:
Johnny Chen 2010-10-04 16:23:16 +00:00
parent c3e64b2c37
commit 33e1313a01
1 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ class DeadStripTestCase(TestBase):
# The stop reason of the thread should be breakpoint (breakpoint #1).
self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
substrs = ['state is Stopped',
'main.c:20',
'a.out`f1',
'stop reason = breakpoint'])
@ -57,7 +56,6 @@ class DeadStripTestCase(TestBase):
# The stop reason of the thread should be breakpoint (breakpoint #3).
self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
substrs = ['state is Stopped',
'main.c:40',
'a.out`f3',
'stop reason = breakpoint'])