This continues the work started by @ldionne in 2908eb20ba7.
The debug mode tests from
- libcxx/containers/sequences/vector/
- libcxx/strings/basic.string/string.access/
- libcxx/strings/basic.string/string.iterators/
similarly contain two tests in every file making the second test never
run. The patch splits the tests into separate files.
IIUC, this can/should be simply
But as long as you fix it in D100595, it's no problem to leave it wonky in this commit.