llvm-project/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.temp_dir_path
Saleem Abdulrasool 2f7ceb120e filesystem: fix n4100 conformance for `temp_directory_path`
N4100 states that an error shall be reported if
`!exists(p) || !is_directory(p)`.  We were missing the first half of the
conditional.  Invert the error and normal code paths to make the code
easier to follow.

llvm-svn: 294127
2017-02-05 17:21:52 +00:00
..
temp_directory_path.pass.cpp filesystem: fix n4100 conformance for `temp_directory_path` 2017-02-05 17:21:52 +00:00