Skip to content

Commit 67ffd14

Browse files
authored
libcxx: [NFC] relax error expectation for clang diagnostics (#106591)
This is a split-off from #96023, where this change has already been reviewed by libcxx maintainers. This will prevent that PR from triggering libcxx-ci from now on.
1 parent ed37b5f commit 67ffd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/type_traits/is_specialization.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
#include <array>
1818
#include <utility>
1919

20-
// expected-error@+1 {{template template argument has different template parameters than its corresponding template template parameter}}
20+
// expected-error-re@*:* {{{{could not match _Size against 'type-parameter-0-0'|different template parameters}}}}
2121
static_assert(!std::__is_specialization_v<std::pair<int, std::size_t>, std::array>);

0 commit comments

Comments
 (0)