Skip to content

Commit 39dd4d3

Browse files
committed
[lldb] Remove obsolete comment in TestCortexMExceptionUnwind
(cherry picked from commit 8706ef4)
1 parent aab4ee4 commit 39dd4d3

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
@@ -39,10 +39,6 @@ def test_no_fpu(self):
3939
thread = process.GetThreadAtIndex(0)
4040
self.assertTrue(thread.IsValid())
4141

42-
# We have 4 named stack frames and two unnamed
43-
# frames above that. The topmost two stack frames
44-
# were not interesting for this test, so I didn't
45-
# create symbols for them.
4642
self.assertEqual(thread.GetNumFrames(), 3)
4743
stackframe_names = [
4844
"exception_catcher",

0 commit comments

Comments
 (0)