Skip to content

Commit

Permalink
Bump the minimum LLVM version for TestTypeList.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rastogishubham committed Feb 21, 2024
1 parent 81b4b89 commit c63e68b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/test/API/python_api/type/TestTypeList.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def setUp(self):
self.source = "main.cpp"
self.line = line_number(self.source, "// Break at this line")

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

0 comments on commit c63e68b

Please sign in to comment.