auto_ptr.cc (test07): Remove test that tries to copy-initialize an auto_ptr<Base...
authorJason Merrill <jason@redhat.com>
Sun, 10 Dec 2000 11:23:50 +0000 (06:23 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 10 Dec 2000 11:23:50 +0000 (06:23 -0500)
commit913ac9fa8e7fac9efedf54512ea11ad5f9cb2113
tree4d2275bfb2b5003ebc3596113f7fabcc8d8b29d0
parent3d4eaaf3be861796b8fc424859d0d509bd174603
auto_ptr.cc (test07): Remove test that tries to copy-initialize an auto_ptr<Base> from an...

        * testsuite/20_util/auto_ptr.cc (test07): Remove test that tries
        to copy-initialize an auto_ptr<Base> from an auto_ptr<Derived>; it
        isn't supposed to work anymore.

From-SVN: r38171
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/auto_ptr.cc