diff options
| author | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-07-29 00:55:35 +0000 |
|---|---|---|
| committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-07-29 00:55:35 +0000 |
| commit | 9ea675ef8c1dee15493ccc13741ae8d34c2f8e93 (patch) | |
| tree | 322837c8db7e80534d2bf88215de05e859b307dd /libcxx/test/std/experimental/language.support | |
| parent | ca15aa1b70554f8225468514263f75839f47dc62 (diff) | |
| download | bcm5719-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/experimental/language.support')
| -rw-r--r-- | libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp b/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp index 20bcf60fbf0..83c9da66de4 100644 --- a/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp +++ b/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp @@ -33,7 +33,7 @@ struct Noisy { Noisy(Noisy const&) = delete; #else // FIXME: This test depends on copy elision taking place in C++14 - // (pre-c++17 guaranteed copy elision) + // (pre-C++17 guaranteed copy elision) Noisy(Noisy const&); #endif }; |

