diff options
| author | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-01-18 20:10:25 +0000 |
|---|---|---|
| committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-01-18 20:10:25 +0000 |
| commit | a730ed31491b32b2b3b9c1a08bcd915b9b7cd167 (patch) | |
| tree | 34253a5a2b01113c79130c032c02cdb784f61be3 /libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp | |
| parent | 589de5ea4e5391930c459f97f71f80d754587994 (diff) | |
| download | bcm5719-llvm-a730ed31491b32b2b3b9c1a08bcd915b9b7cd167.tar.gz bcm5719-llvm-a730ed31491b32b2b3b9c1a08bcd915b9b7cd167.zip | |
[libcxx] [test] Fix comment typos, strip trailing whitespace.
No functional change, no code review.
llvm-svn: 292434
Diffstat (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp')
| -rw-r--r-- | libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp index d282c9c68a4..eeaa8a24ee6 100644 --- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp @@ -100,8 +100,8 @@ int main() assert(std::get<1>(t) == nullptr); } { - // Check that the SFINAE on the default constructor is not evaluted when - // it isn't needed. If the default constructor is evaluted then this test + // Check that the SFINAE on the default constructor is not evaluated when + // it isn't needed. If the default constructor is evaluated then this test // should fail to compile. IllFormedDefault v(0); std::tuple<IllFormedDefault> t(v); |

