[libcxx] r347267 - [NFC][libcxx] Fix incorrect comments

Louis Dionne ldionne at apple.com
Mon Nov 19 14:06:42 PST 2018


Author: ldionne
Date: Mon Nov 19 14:06:42 2018
New Revision: 347267

URL: http://llvm.org/viewvc/llvm-project?rev=347267&view=rev
Log:
[NFC][libcxx] Fix incorrect comments

Modified:
    libcxx/trunk/test/support/archetypes.hpp

Modified: libcxx/trunk/test/support/archetypes.hpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/support/archetypes.hpp?rev=347267&r1=347266&r2=347267&view=diff
==============================================================================
--- libcxx/trunk/test/support/archetypes.hpp (original)
+++ libcxx/trunk/test/support/archetypes.hpp Mon Nov 19 14:06:42 2018
@@ -314,7 +314,7 @@ constexpr bool operator!=(Tp const& L, T
   return L.value != R.value;
 }
 
-} // end namespace ValueTypes
+} // end namespace ConstexprTestTypes
 
 
 //============================================================================//
@@ -337,7 +337,7 @@ constexpr bool operator!=(Tp const& L, T
   return L.value != R.value;
 }
 
-} // end namespace ValueTypes
+} // end namespace ExplicitConstexprTestTypes
 
 
 //============================================================================//
@@ -359,7 +359,7 @@ constexpr bool operator!=(Tp const& L, T
   return L.value != R.value;
 }
 
-} // end namespace TrivialValueTypes
+} // end namespace TrivialTestTypes
 
 //============================================================================//
 //




More information about the libcxx-commits mailing list