diff options
author | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-08-05 00:44:24 +0000 |
---|---|---|
committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-08-05 00:44:24 +0000 |
commit | ade32237dcf5546f7a33620d99895685c4c66ebc (patch) | |
tree | 947512c4dec9bfef104c287393519fff014db140 /libcxx/test/std/thread | |
parent | e71235b4380d183e586d9cf26f940060233a8363 (diff) | |
download | bcm5719-llvm-ade32237dcf5546f7a33620d99895685c4c66ebc.tar.gz bcm5719-llvm-ade32237dcf5546f7a33620d99895685c4c66ebc.zip |
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
llvm-svn: 310156
Diffstat (limited to 'libcxx/test/std/thread')
-rw-r--r-- | libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp b/libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp index 9acdd1abc48..1189f3550b7 100644 --- a/libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp +++ b/libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp @@ -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> |