Skip to content

Commit

Permalink
Bump the minimum LLVM version for chrono datatformatters tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed Feb 9, 2024
1 parent 99d7433 commit 99446df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class LibcxxChronoDataFormatterTestCase(TestBase):
@add_test_categories(["libc++"])
@skipIf(compiler="clang", compiler_version=["<", "11.0"])
@skipIf(compiler="clang", compiler_version=["<", "17.0"])
def test_with_run_command(self):
"""Test that that file and class static variables display correctly."""
self.build()
Expand Down

0 comments on commit 99446df

Please sign in to comment.