[gcc r17-582] libstdc++: Move std::bitset test to correct directory
Jonathan Wakely
redi@gcc.gnu.org
Mon May 18 22:42:52 GMT 2026
https://gcc.gnu.org/g:7e0424c107ded5b1cee0c0ece500d30aca9cd3d3
commit r17-582-g7e0424c107ded5b1cee0c0ece500d30aca9cd3d3
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Mon May 18 23:38:19 2026 +0100
libstdc++: Move std::bitset test to correct directory
I added this test in r16-3435-gbbc0e70b610f19 but I'd previously moved
the rest of the bitset tests under 20_util, in r13-2778-g4b4b51445f7f3d.
This moves the lwg4294.cc test where it belongs.
libstdc++-v3/ChangeLog:
* testsuite/23_containers/bitset/lwg4294.cc: Move to...
* testsuite/20_util/bitset/cons/lwg4294.cc: ...here.
Diff:
---
.../testsuite/{23_containers/bitset => 20_util/bitset/cons}/lwg4294.cc | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/libstdc++-v3/testsuite/23_containers/bitset/lwg4294.cc b/libstdc++-v3/testsuite/20_util/bitset/cons/lwg4294.cc
similarity index 100%
rename from libstdc++-v3/testsuite/23_containers/bitset/lwg4294.cc
rename to libstdc++-v3/testsuite/20_util/bitset/cons/lwg4294.cc
More information about the Libstdc++-cvs
mailing list