libstdc++: Fix filenames and comments in tests [PR26142]

These tests have transposed digits in the filenames and comments.

libstdc++-v3/ChangeLog:

	PR libstdc++/26142
	* testsuite/23_containers/vector/26412-1.cc: Moved to...
	* testsuite/23_containers/vector/26142-1.cc: ...here.
	* testsuite/23_containers/vector/26412-2.cc: Moved to...
	* testsuite/23_containers/vector/26142-2.cc: ...here.
This commit is contained in:
Jonathan Wakely 2023-09-04 12:12:35 +01:00
parent 4bbe1414e1
commit affbb7b432
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
#include <vector>
// libstdc++26412
// PR libstdc++/26142 global debug namespace clashes everywhere
namespace debug
{
int i;

View file

@ -23,4 +23,4 @@
#include <debug/vector>
// libstdc++26412
// PR libstdc++/26142 global debug namespace clashes everywhere