diff --git a/libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp b/libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp index 4cef9bd160af7..fab4e15f680b3 100644 --- a/libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp +++ b/libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// -// See bugs.llvm.org/PR20183 +// See https://llvm.org/PR20183 // // XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11}} diff --git a/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp b/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp index f91850f0cd5df..4a41ee10cdb2d 100644 --- a/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp +++ b/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// -// See bugs.llvm.org/PR20183 +// See https://llvm.org/PR20183 // // XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11}}