mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
4e541f74e5
commit
1084346574
|
@ -26,5 +26,4 @@ int main()
|
|||
{
|
||||
test_ostream();
|
||||
// TODO: test_format();
|
||||
// TODO: test_parse();
|
||||
}
|
||||
|
|
|
@ -27,5 +27,4 @@ int main()
|
|||
{
|
||||
test_ostream();
|
||||
// TODO: test_format();
|
||||
// TODO: test_parse();
|
||||
}
|
||||
|
|
|
@ -27,5 +27,4 @@ int main()
|
|||
{
|
||||
test_ostream();
|
||||
// TODO: test_format();
|
||||
// TODO: test_parse();
|
||||
}
|
||||
|
|
|
@ -26,5 +26,4 @@ int main()
|
|||
{
|
||||
test_ostream();
|
||||
// TODO: test_format();
|
||||
// TODO: test_parse();
|
||||
}
|
||||
|
|
|
@ -26,5 +26,4 @@ int main()
|
|||
{
|
||||
test_ostream();
|
||||
// TODO: test_format();
|
||||
// TODO: test_parse();
|
||||
}
|
||||
|
|
|
@ -105,5 +105,4 @@ int main()
|
|||
{
|
||||
test_ostream();
|
||||
test_format();
|
||||
// TODO: test_parse();
|
||||
}
|
||||
|
|
|
@ -183,5 +183,4 @@ int main()
|
|||
{
|
||||
test_ostream();
|
||||
test_format();
|
||||
// TODO: test_parse();
|
||||
}
|
||||
|
|
|
@ -129,5 +129,4 @@ int main()
|
|||
{
|
||||
test_ostream();
|
||||
test_format();
|
||||
// TODO: test_parse();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue