[patch] Remove duplicate libstdc++ tests

Jonathan Wakely jwakely@redhat.com
Tue Mar 17 16:36:00 GMT 2015


I noticed that testsuite/30_threads/shared_lock/modifiers/2.cc is
almost identical to 1.cc in the same directory, except for the diff
shown in the attached patch. That file was copied from
testsuite/30_threads/unique_lock/modifiers/2.cc which is almost
identical to 1.cc in that directory.

So I'm applying the attached patch to remove the unused variable name,
and deleting the duplicate tests.

Tested x86_64-linux, committed to trunk.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 1461 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20150317/8517d3cf/attachment.bin>


More information about the Libstdc++ mailing list