We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b4b89 commit c63e68bCopy full SHA for c63e68b
lldb/test/API/python_api/type/TestTypeList.py
@@ -18,6 +18,7 @@ def setUp(self):
18
self.source = "main.cpp"
19
self.line = line_number(self.source, "// Break at this line")
20
21
+ @skipIf(compiler="clang", compiler_version=["<", "17.0"])
22
def test(self):
23
"""Exercise SBType and SBTypeList API."""
24
d = {"EXE": self.exe_name}
0 commit comments