[libcxx] r300156 - Update tests -verify error messages after r300140.
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 12 18:03:41 PDT 2017
Author: ericwf
Date: Wed Apr 12 20:03:41 2017
New Revision: 300156
URL: http://llvm.org/viewvc/llvm-project?rev=300156&view=rev
Log:
Update tests -verify error messages after r300140.
Modified:
libcxx/trunk/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp
Modified: libcxx/trunk/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp?rev=300156&r1=300155&r2=300156&view=diff
==============================================================================
--- libcxx/trunk/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp (original)
+++ libcxx/trunk/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp Wed Apr 12 20:03:41 2017
@@ -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 at memory:* {{call to implicitly-deleted default constructor of 'std::__1::hash<std::__1::pair<int, int> >'}}
+ // expected-error at memory:* {{call to implicitly-deleted default constructor of '__compressed_pair_elem}}
}
{
using Set = std::unordered_set<int, BadHashNoCopy>;
More information about the cfe-commits
mailing list