r241332 - in /trunk/libstdc++-v3: ChangeLog tes...
redi@gcc.gnu.org
redi@gcc.gnu.org
Wed Oct 19 10:10:00 GMT 2016
Author: redi
Date: Wed Oct 19 10:10:54 2016
New Revision: 241332
URL: https://gcc.gnu.org/viewcvs?rev=241332&root=gcc&view=rev
Log:
Move negative unique_ptr tests to new file
* testsuite/20_util/unique_ptr/cons/cv_qual.cc: Move negative tests
to new file.
* testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: New file. Fix
test for incompatible deleters to not also use incompatible types.
Add tests for incompatible array types.
Added:
trunk/libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc
- copied, changed from r241331, trunk/libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual.cc
More information about the Libstdc++-cvs
mailing list