Remove duplicate function call in test
* testsuite/backward/strstream_move.cc: Remove duplicate function call. From-SVN: r259843
This commit is contained in:
parent
c6d4257972
commit
59bcf90013
@ -1,5 +1,8 @@
|
|||||||
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()
|
|||||||
test03();
|
test03();
|
||||||
test04();
|
test04();
|
||||||
test05();
|
test05();
|
||||||
test05();
|
|
||||||
test06();
|
test06();
|
||||||
test07();
|
test07();
|
||||||
test08();
|
test08();
|
||||||
|
Loading…
Reference in New Issue
Block a user