libstdc++: Fix comments in std::forward_list tests

libstdc++-v3/ChangeLog:

	* testsuite/23_containers/forward_list/operations/1.cc: Fill in
	placeholders in comments.
	* testsuite/23_containers/forward_list/operations/2.cc:
	Likewise.
	* testsuite/23_containers/forward_list/operations/3.cc:
	Likewise.
	* testsuite/23_containers/forward_list/operations/4.cc:
	Likewise.
	* testsuite/23_containers/forward_list/operations/5.cc:
	Likewise.
	* testsuite/23_containers/forward_list/operations/6.cc:
	Likewise.
	* testsuite/23_containers/forward_list/operations/7.cc:
	Likewise.
This commit is contained in:
Jonathan Wakely 2022-01-05 11:14:02 +00:00
parent 76a45931ab
commit 749ee73406
7 changed files with 13 additions and 13 deletions

View file

@ -17,13 +17,13 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
// C++11 23.3.4.6 Operations [forwardlist.ops]
#include <forward_list>
#include <testsuite_hooks.h>
// This test verifies the following:
//
// splice_after for entire list
void
test01()
{
@ -41,7 +41,7 @@ test01()
}
// This test verifies the following:
//
// splice_after for iterator range
void
test02()
{
@ -70,7 +70,7 @@ test02()
}
// This test verifies the following:
//
// splice_after for single element
void
test03()
{

View file

@ -17,7 +17,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
// C++11 23.3.4.6 Operations [forwardlist.ops]
#include <forward_list>
#include <testsuite_hooks.h>

View file

@ -17,7 +17,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
// C++11 23.3.4.6 Operations [forwardlist.ops]
#include <forward_list>
#include <testsuite_hooks.h>

View file

@ -17,7 +17,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
// C++11 23.3.4.6 Operations [forwardlist.ops]
#include <forward_list>
#include <testsuite_hooks.h>

View file

@ -17,13 +17,13 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
// C++11 23.3.4.6 Operations [forwardlist.ops]
#include <forward_list>
#include <testsuite_hooks.h>
// This test verifies the following:
//
// merge
void
test01()
{

View file

@ -17,7 +17,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
// C++11 23.3.4.6 Operations [forwardlist.ops]
#include <forward_list>
#include <testsuite_hooks.h>
@ -40,7 +40,7 @@ template<typename Num>
};
// This test verifies the following:
//
// sort
void
test01()
{

View file

@ -17,7 +17,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
// C++11 23.3.4.6 Operations [forwardlist.ops]
#include <forward_list>
#include <testsuite_hooks.h>
@ -25,7 +25,7 @@
#include <algorithm>
// This test verifies the following:
//
// reverse
void
test01()
{