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.copy_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.copy_options.pass.cpp')
| -rw-r--r-- | libcxx/test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp b/libcxx/test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp index 7bc129f20a2..df83d4eb60e 100644 --- a/libcxx/test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp +++ b/libcxx/test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp @@ -16,7 +16,7 @@ #include <type_traits> #include <cassert> -#include "check_bitmask_types.hpp" +#include "check_bitmask_types.h" #include "test_macros.h" |

