llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons
Martin Storsjö f15377084c [libcxx] [test] Use string().c_str() to convert a std::filesystem::path to a const char*
On Windows, path::value_type is wchar_t, so one can't pass the return
value of path::c_str() directly to std::remove().

This matches what was done for tests under std/input.output/filesystems
in 81db3c31aa and
3784bdf217.

Differential Revision: https://reviews.llvm.org/D97458
2021-02-26 00:10:47 +02:00
..
default.pass.cpp
move.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
path.pass.cpp [libcxx] [test] Use string().c_str() to convert a std::filesystem::path to a const char* 2021-02-26 00:10:47 +02:00
pointer.pass.cpp
string.pass.cpp