Skip to content

Commit c63e68b

Browse files
Bump the minimum LLVM version for TestTypeList.py
1 parent 81b4b89 commit c63e68b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/python_api/type/TestTypeList.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def setUp(self):
1818
self.source = "main.cpp"
1919
self.line = line_number(self.source, "// Break at this line")
2020

21+
@skipIf(compiler="clang", compiler_version=["<", "17.0"])
2122
def test(self):
2223
"""Exercise SBType and SBTypeList API."""
2324
d = {"EXE": self.exe_name}

0 commit comments

Comments
 (0)