Skip to content

Commit a031683

Browse files
committed
clang 20 compat
1 parent 1edca84 commit a031683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/algorithms/cpp17_iterator_concepts.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ void check_iterator_requirements() {
102102
// expected-note@*:* {{because 'not_copy_assignable' does not satisfy '__cpp17_copy_assignable'}}
103103

104104
static_assert(std::__cpp17_iterator<diff_t_not_signed>); // expected-error {{static assertion failed}}
105-
// expected-note@*:* {{because 'is_signed_v<__iter_diff_t<diff_t_not_signed>>' evaluated to false}}
105+
// expected-note-re@*:* {{because 'is_signed_v<__iter_diff_t<diff_t_not_signed>{{.*}}>' evaluated to false}}
106106
}
107107

108108
struct not_equality_comparable : valid_iterator<not_equality_comparable> {};

0 commit comments

Comments
 (0)