From 3e5d847fa02f63d0026a6771be613e464530bb6f Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 14 Dec 2018 20:42:36 +0000 Subject: Tolerate Clangs new static_assert messages llvm-svn: 349189 --- .../std/containers/sequences/array/array.tuple/tuple_element.fail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp') diff --git a/libcxx/test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp b/libcxx/test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp index c9fe695f9cb..dd29d1263e3 100644 --- a/libcxx/test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp +++ b/libcxx/test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp @@ -30,6 +30,6 @@ int main() typedef double T; typedef std::array C; std::tuple_element<3, C> foo; // expected-note {{requested here}} - // expected-error@array:* {{static_assert failed "Index out of bounds in std::tuple_element<> (std::array)"}} + // expected-error-re@array:* {{static_assert failed{{( due to requirement '3UL < 3UL')?}} "Index out of bounds in std::tuple_element<> (std::array)"}} } } -- cgit v1.2.3