]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Add missing tests for std::basic_filebuf::native_handle()
authorJonathan Wakely <jwakely@redhat.com>
Fri, 15 Sep 2023 23:09:53 +0000 (00:09 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 15 Sep 2023 23:10:44 +0000 (00:10 +0100)
commit6693bd900419862a7df97caa347f8289e88c2fe7
tree0c37987d37bc773cc395b588078aea30e88b1f60
parentc4baeaecbbf7d0626d44ac0b69b3c8456dddb01a
libstdc++: Add missing tests for std::basic_filebuf::native_handle()

I forgot to 'git add' these files in the commit that added the new
member function to basic_filebuf.

libstdc++-v3/ChangeLog:

* testsuite/27_io/basic_filebuf/native_handle/char/1.cc: New test.
* testsuite/27_io/basic_filebuf/native_handle/wchar_t/1.cc: New test.
libstdc++-v3/testsuite/27_io/basic_filebuf/native_handle/char/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/27_io/basic_filebuf/native_handle/wchar_t/1.cc [new file with mode: 0644]
This page took 0.056522 seconds and 5 git commands to generate.