libstdc++: Remove misleading TODO comments to add parsing tests.

Standard does not define form_stream overloads for these types,
so there is nothing to tests.

libstdc++-v3/ChangeLog:

	* testsuite/std/time/month_day_last/io.cc: Remove TODO comments
	for test_parse().
	* testsuite/std/time/month_weekday/io.cc: Likewise.
	* testsuite/std/time/month_weekday_last/io.cc: Likewise.
	* testsuite/std/time/weekday_indexed/io.cc: Likewise.
	* testsuite/std/time/weekday_last/io.cc: Likewise.
	* testsuite/std/time/year_month_day_last/io.cc: Likewise.
	* testsuite/std/time/year_month_weekday/io.cc: Likewise.
	* testsuite/std/time/year_month_weekday_last/io.cc: Likewise.
This commit is contained in:
Tomasz Kamiński 2025-10-10 14:03:11 +02:00
parent 4e541f74e5
commit 1084346574
8 changed files with 0 additions and 8 deletions

View File

@ -26,5 +26,4 @@ int main()
{
test_ostream();
// TODO: test_format();
// TODO: test_parse();
}

View File

@ -27,5 +27,4 @@ int main()
{
test_ostream();
// TODO: test_format();
// TODO: test_parse();
}

View File

@ -27,5 +27,4 @@ int main()
{
test_ostream();
// TODO: test_format();
// TODO: test_parse();
}

View File

@ -26,5 +26,4 @@ int main()
{
test_ostream();
// TODO: test_format();
// TODO: test_parse();
}

View File

@ -26,5 +26,4 @@ int main()
{
test_ostream();
// TODO: test_format();
// TODO: test_parse();
}

View File

@ -105,5 +105,4 @@ int main()
{
test_ostream();
test_format();
// TODO: test_parse();
}

View File

@ -183,5 +183,4 @@ int main()
{
test_ostream();
test_format();
// TODO: test_parse();
}

View File

@ -129,5 +129,4 @@ int main()
{
test_ostream();
test_format();
// TODO: test_parse();
}