Skip to content

Commit 99446df

Browse files
committed
Bump the minimum LLVM version for chrono datatformatters tests
1 parent 99d7433 commit 99446df

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/chrono/TestDataFormatterLibcxxChrono.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class LibcxxChronoDataFormatterTestCase(TestBase):
1313
@add_test_categories(["libc++"])
14-
@skipIf(compiler="clang", compiler_version=["<", "11.0"])
14+
@skipIf(compiler="clang", compiler_version=["<", "17.0"])
1515
def test_with_run_command(self):
1616
"""Test that that file and class static variables display correctly."""
1717
self.build()

0 commit comments

Comments
 (0)