[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@310156 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Stephan T. Lavavej
2017-08-05 00:44:24 +00:00
parent a5acfb93d4
commit 6f13bfd436
9 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@
// async(launch policy, F&& f, Args&&... args);
// This test is designed to cause and allow TSAN to detect the race condition
// reported in PR23293. (http://llvm.org/PR23293).
// reported in PR23293: https://bugs.llvm.org/show_bug.cgi?id=23293
#include <future>
#include <chrono>