libstdc++: Change compile-only test to run
authorJonathan Wakely <jwakely@redhat.com>
Tue, 10 Mar 2020 09:47:15 +0000 (09:47 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 10 Mar 2020 09:47:15 +0000 (09:47 +0000)
commit3654d49d0ff651b2a78401bc2430428711e7d2eb
tree88ecfc4895389d49310d707fbb797384cbcfe325
parentcc5c935937d01d96c6b070dae31854180249064c
libstdc++: Change compile-only test to run

The 24_iterators/ostream_iterator/1.cc test uses VERIFY and so is
obviously meant to have been run, not just compiled.

* testsuite/23_containers/unordered_set/allocator/ext_ptr.cc: Add
comment explaining multiple dg-do directives.
* testsuite/24_iterators/ostream_iterator/1.cc: Fix do-do directive
so test is run as well as compiled.
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/unordered_set/allocator/ext_ptr.cc
libstdc++-v3/testsuite/24_iterators/ostream_iterator/1.cc