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:
parent
4bbe1414e1
commit
affbb7b432
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
// libstdc++26412
|
||||
// PR libstdc++/26142 global debug namespace clashes everywhere
|
||||
namespace debug
|
||||
{
|
||||
int i;
|
|
@ -23,4 +23,4 @@
|
|||
|
||||
#include <debug/vector>
|
||||
|
||||
// libstdc++26412
|
||||
// PR libstdc++/26142 global debug namespace clashes everywhere
|
Loading…
Add table
Reference in a new issue