Fix a libiberty testsuite failure.

* testsuite/demangle-expected: Update expected demangling of
	enable_if pattern.
This commit is contained in:
Nick Clifton 2020-01-17 15:56:55 +00:00
parent 82a9ed2050
commit 76e2944437
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2020-01-17 Nick Clifton <nickc@redhat.com>
* testsuite/demangle-expected: Update expected demangling of
enable_if pattern.
2020-01-01 Jakub Jelinek <jakub@redhat.com>
Update copyright years.

View File

@ -1449,4 +1449,4 @@ Foo<int>()::{lambda(auto:1)#1}::operator()<char>(char) const::X::fn
#PR91979 demangling nullptr expression
_Z3fooILPv0EEvPN9enable_ifIXeqT_LDnEEvE4typeE
void foo<(void*)0>(enable_if<((void*)0)==((decltype(nullptr))), void>::type*)
void foo<(void*)0>(enable_if<((void*)0)==(decltype(nullptr)), void>::type*)