]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Move std::bitset test to correct directory
authorJonathan Wakely <jwakely@redhat.com>
Mon, 18 May 2026 22:38:19 +0000 (23:38 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 18 May 2026 22:42:25 +0000 (23:42 +0100)
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.

libstdc++-v3/testsuite/20_util/bitset/cons/lwg4294.cc [moved from libstdc++-v3/testsuite/23_containers/bitset/lwg4294.cc with 100% similarity]