Commit 59bcf900 by Jonathan Wakely Committed by Jonathan Wakely

Remove duplicate function call in test

	* testsuite/backward/strstream_move.cc: Remove duplicate function
	call.

From-SVN: r259843
parent c6d42579
2018-05-02 Jonathan Wakely <jwakely@redhat.com> 2018-05-02 Jonathan Wakely <jwakely@redhat.com>
* testsuite/backward/strstream_move.cc: Remove duplicate function
call.
PR libstdc++/69608 PR libstdc++/69608
* include/backward/strstream (strstreambuf): Define move constructor * include/backward/strstream (strstreambuf): Define move constructor
and move assignment operator. and move assignment operator.
......
...@@ -235,7 +235,6 @@ main() ...@@ -235,7 +235,6 @@ main()
test03(); test03();
test04(); test04();
test05(); test05();
test05();
test06(); test06();
test07(); test07();
test08(); test08();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment