Remove duplicate function call in test

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

From-SVN: r259843
This commit is contained in:
Jonathan Wakely 2018-05-02 17:27:01 +01:00 committed by Jonathan Wakely
parent c6d4257972
commit 59bcf90013
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2018-05-02 Jonathan Wakely <jwakely@redhat.com>
* testsuite/backward/strstream_move.cc: Remove duplicate function
call.
PR libstdc++/69608
* include/backward/strstream (strstreambuf): Define move constructor
and move assignment operator.

View File

@ -235,7 +235,6 @@ main()
test03();
test04();
test05();
test05();
test06();
test07();
test08();