[libcxx] [test] Change comments to say C++ instead of c++. NFC.
This makes them consistent (many comments already used uppercase). The special REQUIRES, UNSUPPORTED, and XFAIL comments are excluded from this change. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@309468 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
// Test unique_ptr converting move ctor
|
||||
|
||||
// NOTE: unique_ptr does not provide converting constructors in c++03
|
||||
// NOTE: unique_ptr does not provide converting constructors in C++03
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user