| commit | 0f3efc4aab9748ea4791ed47530a9ea7174b97e3 | [log] [tgz] |
|---|---|---|
| author | Nico Weber <nicolasweber@gmx.de> | Wed Aug 21 22:38:38 2019 +0000 |
| committer | Nico Weber <nicolasweber@gmx.de> | Wed Aug 21 22:38:38 2019 +0000 |
| tree | 9fb5364af8362be1774e9255352609f2b8d2e1b5 | |
| parent | d9a81ccf05925e25df17cf64f7636ae78cd99d3d [diff] [blame] |
libcxx: Rename last two .hpp files in libcxx to .h Differential Revision: https://reviews.llvm.org/D66544 llvm-svn: 369597
diff --git a/libcxx/test/std/utilities/function.objects/comparisons/greater.pass.cpp b/libcxx/test/std/utilities/function.objects/comparisons/greater.pass.cpp index 35c0575..b1f1fe6 100644 --- a/libcxx/test/std/utilities/function.objects/comparisons/greater.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/comparisons/greater.pass.cpp
@@ -15,7 +15,7 @@ #include <cassert> #include "test_macros.h" -#include "pointer_comparison_test_helper.hpp" +#include "pointer_comparison_test_helper.h" int main(int, char**) {