diff options
Diffstat (limited to 'libcxx/test/support/test_convertible.hpp')
| -rw-r--r-- | libcxx/test/support/test_convertible.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/support/test_convertible.hpp b/libcxx/test/support/test_convertible.hpp index 787cef6568f..e0d42f74ab8 100644 --- a/libcxx/test/support/test_convertible.hpp +++ b/libcxx/test/support/test_convertible.hpp @@ -39,4 +39,4 @@ template <class Tp, class ...Args> constexpr bool test_convertible() { return detail::test_convertible_imp<Tp, Args...>(0); } -#endif // SUPPORT_TEST_CONVERTIBLE_HPP
\ No newline at end of file +#endif // SUPPORT_TEST_CONVERTIBLE_HPP |

