commit | ade32237dcf5546f7a33620d99895685c4c66ebc | [log] [tgz] |
---|---|---|
author | Stephan T. Lavavej <stl@exchange.microsoft.com> | Sat Aug 05 00:44:24 2017 +0000 |
committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | Sat Aug 05 00:44:24 2017 +0000 |
tree | 947512c4dec9bfef104c287393519fff014db140 | |
parent | e71235b4380d183e586d9cf26f940060233a8363 [diff] [blame] |
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC. llvm-svn: 310156
diff --git a/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp index d1b974c..811dfc0 100644 --- a/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp
@@ -29,5 +29,5 @@ } // Smart pointers of type 'T[N]' are not tested here since they are not // supported by the standard nor by libc++'s implementation. - // See http://reviews.llvm.org/D21320 for more information. + // See https://reviews.llvm.org/D21320 for more information. }