summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-10-04 16:23:16 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-10-04 16:23:16 +0000
commit33e1313a016d256c43f4d20e72427748b80e5a17 (patch)
tree242b31928287da6c80aa7e178a5576bc59a5cbfa
parentc3e64b2c37b8aebb5e8dd3d3cd617544900ea3b0 (diff)
downloadbcm5719-llvm-33e1313a016d256c43f4d20e72427748b80e5a17.tar.gz
bcm5719-llvm-33e1313a016d256c43f4d20e72427748b80e5a17.zip
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
-rw-r--r--lldb/test/dead-strip/TestDeadStrip.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/dead-strip/TestDeadStrip.py b/lldb/test/dead-strip/TestDeadStrip.py
index de9c28ddf4b..7061e01c537 100644
--- a/lldb/test/dead-strip/TestDeadStrip.py
+++ b/lldb/test/dead-strip/TestDeadStrip.py
@@ -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'])
OpenPOWER on IntegriCloud