Skip to content

Commit 17f7c0b

Browse files
committed
clang-19 to clang-19.0 in comment, for consistency
1 parent 37ba94b commit 17f7c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/is_array.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ typedef void (*FunctionPtr)();
7373
int main(int, char**)
7474
{
7575
test_is_array<char[3]>();
76-
// Android clang-r536225 identifies as clang-19, but it predates the
76+
// Android clang-r536225 identifies as clang-19.0, but it predates the
7777
// LLVM 19.0.0 release. It lacks llvm.org/pr86652, which changed __is_array
7878
// to return false for T[0]. llvm.org/pr93037 relies on that change for
7979
// correct handling of std::is_array<T[0]>. This test will pass as long as

0 commit comments

Comments
 (0)