Skip to content

Commit 1042d99

Browse files
disable test on older compilers (#136186)
1 parent 06963fb commit 1042d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx-simulators/invalid-vector/TestDataFormatterLibcxxInvalidVectorSimulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class LibcxxInvalidVectorDataFormatterSimulatorTestCase(TestBase):
1414
NO_DEBUG_INFO_TESTCASE = True
1515

1616

17-
@skipIf(compiler="clang", compiler_version=['<', '15.0.1'])
17+
@skipIf(compiler="clang", compiler_version=['<', '18.0'])
1818
def test(self):
1919
self.build()
2020
lldbutil.run_to_source_breakpoint(self, "return 0", lldb.SBFileSpec("main.cpp"))

0 commit comments

Comments
 (0)