diff options
| author | Eric Fiselier <eric@efcs.ca> | 2017-04-13 01:03:41 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2017-04-13 01:03:41 +0000 |
| commit | 6e47b7ea913ef1b150a6575891b5632df30cf682 (patch) | |
| tree | 46de420f1f0183e80b4bf1180b8c29522154fca6 /libcxx/test | |
| parent | 22bc7b964864f42f161355452b25ca04c9b2351c (diff) | |
| download | bcm5719-llvm-6e47b7ea913ef1b150a6575891b5632df30cf682.tar.gz bcm5719-llvm-6e47b7ea913ef1b150a6575891b5632df30cf682.zip | |
Update tests -verify error messages after r300140.
llvm-svn: 300156
Diffstat (limited to 'libcxx/test')
| -rw-r--r-- | libcxx/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp b/libcxx/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp index d682e74530d..d6554a63c59 100644 --- a/libcxx/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp +++ b/libcxx/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp @@ -53,7 +53,7 @@ int main() { // FIXME: It would be great to suppress the below diagnostic all together. // but for now it's sufficient that it appears last. However there is // currently no way to test the order diagnostics are issued. - // expected-error@memory:* {{call to implicitly-deleted default constructor of 'std::__1::hash<std::__1::pair<int, int> >'}} + // expected-error@memory:* {{call to implicitly-deleted default constructor of '__compressed_pair_elem}} } { using Set = std::unordered_set<int, BadHashNoCopy>; |

