forked from OSchip/llvm-project
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:
parent
c3e64b2c37
commit
33e1313a01
|
@ -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'])
|
||||
|
||||
|
|
Loading…
Reference in New Issue