55123.cc: Remove duplicate include.

* testsuite/20_util/shared_ptr/cons/55123.cc: Remove duplicate
	include.

From-SVN: r193266
This commit is contained in:
Jonathan Wakely 2012-11-06 23:07:12 +00:00 committed by Jonathan Wakely
parent 7f2deeca1d
commit 27de666430
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-11-06 Jonathan Wakely <jwakely.gcc@gmail.com>
* testsuite/20_util/shared_ptr/cons/55123.cc: Remove duplicate
include.
2012-11-06 Jonathan Wakely <jwakely.gcc@gmail.com>
* testsuite/*: Fix copying permission statements.

View File

@ -22,8 +22,6 @@
// libstdc++/55123
#include <memory>
void f() {
std::unique_ptr<const int> y;
std::shared_ptr<const int> x = std::move(y);