diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2019-08-21 22:38:38 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2019-08-21 22:38:38 +0000 |
| commit | 0f3efc4aab9748ea4791ed47530a9ea7174b97e3 (patch) | |
| tree | 9fb5364af8362be1774e9255352609f2b8d2e1b5 /libcxx/test/std/input.output/filesystems/fs.enum/enum.directory_options.pass.cpp | |
| parent | d9a81ccf05925e25df17cf64f7636ae78cd99d3d (diff) | |
| download | bcm5719-llvm-0f3efc4aab9748ea4791ed47530a9ea7174b97e3.tar.gz bcm5719-llvm-0f3efc4aab9748ea4791ed47530a9ea7174b97e3.zip | |
libcxx: Rename last two .hpp files in libcxx to .h
Differential Revision: https://reviews.llvm.org/D66544
llvm-svn: 369597
Diffstat (limited to 'libcxx/test/std/input.output/filesystems/fs.enum/enum.directory_options.pass.cpp')
| -rw-r--r-- | libcxx/test/std/input.output/filesystems/fs.enum/enum.directory_options.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/input.output/filesystems/fs.enum/enum.directory_options.pass.cpp b/libcxx/test/std/input.output/filesystems/fs.enum/enum.directory_options.pass.cpp index 44e1c63baa3..cd5c5e86b38 100644 --- a/libcxx/test/std/input.output/filesystems/fs.enum/enum.directory_options.pass.cpp +++ b/libcxx/test/std/input.output/filesystems/fs.enum/enum.directory_options.pass.cpp @@ -18,7 +18,7 @@ #include <sys/stat.h> #include "test_macros.h" -#include "check_bitmask_types.hpp" +#include "check_bitmask_types.h" constexpr fs::directory_options ME(int val) { return static_cast<fs::directory_options>(val); } |

