From 98dc85caf6fc26da1113997142579198267d0c4b Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 19 Nov 2018 22:06:42 +0000 Subject: [PATCH] [NFC][libcxx] Fix incorrect comments git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@347267 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/support/archetypes.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/support/archetypes.hpp b/test/support/archetypes.hpp index 533f5869b..1695a6fc6 100644 --- a/test/support/archetypes.hpp +++ b/test/support/archetypes.hpp @@ -314,7 +314,7 @@ constexpr bool operator!=(Tp const& L, Tp const& R) noexcept { return L.value != R.value; } -} // end namespace ValueTypes +} // end namespace ConstexprTestTypes //============================================================================// @@ -337,7 +337,7 @@ constexpr bool operator!=(Tp const& L, Tp const& R) noexcept { return L.value != R.value; } -} // end namespace ValueTypes +} // end namespace ExplicitConstexprTestTypes //============================================================================// @@ -359,7 +359,7 @@ constexpr bool operator!=(Tp const& L, Tp const& R) noexcept { return L.value != R.value; } -} // end namespace TrivialValueTypes +} // end namespace TrivialTestTypes //============================================================================// //