Skip to content

Commit 8701d0e

Browse files
author
git apple-llvm automerger
committed
Merge commit '6d0d2d13c5a8' from apple/master into swift/master-next
2 parents d96dfc5 + 6d0d2d1 commit 8701d0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/functionalities/recursion/TestValueObjectRecursion.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77

88
import lldb
9+
from lldbsuite.test.decorators import *
910
from lldbsuite.test.lldbtest import *
1011
import lldbsuite.test.lldbutil as lldbutil
1112

@@ -20,6 +21,7 @@ def setUp(self):
2021
# Find the line number to break at.
2122
self.line = line_number('main.cpp', '// Set break point at this line.')
2223

24+
@no_debug_info_test
2325
def test_with_run_command(self):
2426
"""Test that deeply nested ValueObjects still work."""
2527
self.build()

0 commit comments

Comments
 (0)