Skip to content

Commit 2141edf

Browse files
committed
[lldb] Skip tests on older versions of clang
1 parent 4f428d3 commit 2141edf

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=["<", "19.0"])
12+
@skipIf(compiler="clang", compiler_version=["<", "21.0"])
1313
def test_frame_recognizer(self):
1414
"""Test that implementation details of libc++ are hidden"""
1515
self.build()

0 commit comments

Comments
 (0)