[NFC][libcxx] Fix incorrect comments
authorLouis Dionne <ldionne@apple.com>
Mon, 19 Nov 2018 22:06:42 +0000 (22:06 +0000)
committerLouis Dionne <ldionne@apple.com>
Mon, 19 Nov 2018 22:06:42 +0000 (22:06 +0000)
llvm-svn: 347267

libcxx/test/support/archetypes.hpp

index 533f586..1695a6f 100644 (file)
@@ -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
 
 //============================================================================//
 //