[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:
@@ -20,7 +20,7 @@
|
||||
// notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
|
||||
|
||||
// Test that this function works with threads that were not created by
|
||||
// std::thread. See http://llvm.org/PR30202.
|
||||
// std::thread. See: https://bugs.llvm.org/show_bug.cgi?id=30202
|
||||
|
||||
|
||||
#include <condition_variable>
|
||||
|
||||
Reference in New Issue
Block a user