We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d96dfc5 + 6d0d2d1 commit 8701d0eCopy full SHA for 8701d0e
lldb/test/API/functionalities/recursion/TestValueObjectRecursion.py
@@ -6,6 +6,7 @@
6
7
8
import lldb
9
+from lldbsuite.test.decorators import *
10
from lldbsuite.test.lldbtest import *
11
import lldbsuite.test.lldbutil as lldbutil
12
@@ -20,6 +21,7 @@ def setUp(self):
20
21
# Find the line number to break at.
22
self.line = line_number('main.cpp', '// Set break point at this line.')
23
24
+ @no_debug_info_test
25
def test_with_run_command(self):
26
"""Test that deeply nested ValueObjects still work."""
27
self.build()
0 commit comments