Skip to content

Commit b31952a

Browse files
author
git apple-llvm automerger
committed
Merge commit '4913aee483b6' from llvm.org/main into next
2 parents 843cd8b + 4913aee commit b31952a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/cpp/libcxx-internals-recognizer/TestLibcxxInternalsRecognizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class LibCxxInternalsRecognizerTestCase(TestBase):
99
NO_DEBUG_INFO_TESTCASE = True
1010

1111
@add_test_categories(["libc++"])
12-
@skipIf(compiler="clang", compiler_version=["<", "16.0"])
12+
@skipIf(compiler="clang", compiler_version=["<", "19.0"])
1313
def test_frame_recognizer(self):
1414
"""Test that implementation details of libc++ are hidden"""
1515
self.build()

0 commit comments

Comments
 (0)