Skip to content

Commit 13b4eb9

Browse files
committed
[lldb/test] Enable debug info for TestFrameProviderCircularDependency.py
This is necessary to get the function name in the test, following 20a6c59. Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
1 parent 5361636 commit 13b4eb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/functionalities/scripted_frame_provider/circular_dependency/TestFrameProviderCircularDependency.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
from lldbsuite.test import lldbutil
1111

1212
class FrameProviderCircularDependencyTestCase(TestBase):
13-
NO_DEBUG_INFO_TESTCASE = True
14-
1513
def setUp(self):
1614
TestBase.setUp(self)
1715
self.source = "main.c"

0 commit comments

Comments
 (0)