[libcxx-commits] [libcxx] d5b3cb0 - [libc++][NFC] Fix links to https://llvm.org/PR20183 in the tests

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 21 07:34:12 PST 2021


Author: Louis Dionne
Date: 2021-12-21T10:34:08-05:00
New Revision: d5b3cb07118ae41542ca2d687d3af0a0f10c0472

URL: https://github.com/llvm/llvm-project/commit/d5b3cb07118ae41542ca2d687d3af0a0f10c0472
DIFF: https://github.com/llvm/llvm-project/commit/d5b3cb07118ae41542ca2d687d3af0a0f10c0472.diff

LOG: [libc++][NFC] Fix links to https://llvm.org/PR20183 in the tests

Added: 
    

Modified: 
    libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp
    libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp

Removed: 
    


################################################################################
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}}
 


        


More information about the libcxx-commits mailing list