[committed] libstdc++: Move std::bitset test to correct directory

Jonathan Wakely jwakely@redhat.com
Mon May 18 22:42:52 GMT 2026


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.
---

Pushed to trunk and gcc-16.

 .../{23_containers/bitset => 20_util/bitset/cons}/lwg4294.cc      | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename libstdc++-v3/testsuite/{23_containers/bitset => 20_util/bitset/cons}/lwg4294.cc (100%)

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
-- 
2.54.0



More information about the Libstdc++ mailing list