Skip to content

Commit 8706ef4

Browse files
committed
[lldb] Remove obsolete comment in TestCortexMExceptionUnwind
1 parent e8f721e commit 8706ef4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ def test_no_fpu(self):
4444
thread = process.GetThreadAtIndex(0)
4545
self.assertTrue(thread.IsValid())
4646

47-
# We have 4 named stack frames and two unnamed
48-
# frames above that. The topmost two stack frames
49-
# were not interesting for this test, so I didn't
50-
# create symbols for them.
5147
self.assertEqual(thread.GetNumFrames(), 3)
5248
stackframe_names = [
5349
"exception_catcher",

0 commit comments

Comments
 (0)