summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/unord.hash/pointer.pass.cpp
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2017-07-29 00:55:35 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2017-07-29 00:55:35 +0000
commit9ea675ef8c1dee15493ccc13741ae8d34c2f8e93 (patch)
tree322837c8db7e80534d2bf88215de05e859b307dd /libcxx/test/std/utilities/function.objects/unord.hash/pointer.pass.cpp
parentca15aa1b70554f8225468514263f75839f47dc62 (diff)
downloadbcm5719-llvm-9ea675ef8c1dee15493ccc13741ae8d34c2f8e93.tar.gz
bcm5719-llvm-9ea675ef8c1dee15493ccc13741ae8d34c2f8e93.zip
[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. llvm-svn: 309468
Diffstat (limited to 'libcxx/test/std/utilities/function.objects/unord.hash/pointer.pass.cpp')
-rw-r--r--libcxx/test/std/utilities/function.objects/unord.hash/pointer.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/function.objects/unord.hash/pointer.pass.cpp b/libcxx/test/std/utilities/function.objects/unord.hash/pointer.pass.cpp
index 36280a38e0a..f1c56aed78b 100644
--- a/libcxx/test/std/utilities/function.objects/unord.hash/pointer.pass.cpp
+++ b/libcxx/test/std/utilities/function.objects/unord.hash/pointer.pass.cpp
@@ -41,7 +41,7 @@ test()
assert(h(&i) != h(&j));
}
-// can't hash nullptr_t until c++17
+// can't hash nullptr_t until C++17
void test_nullptr()
{
#if TEST_STD_VER > 14
OpenPOWER on IntegriCloud