Skip to content

Commit 8cd5e67

Browse files
committed
[NFC][libc++] Requests PR at GitHub instead of Phabricator.
1 parent 20177c4 commit 8cd5e67

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

libcxx/test/support/test_format_context.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
* required object.
2020
*
2121
* @note This requires every standard library implementation to write their own
22-
* helper function. Vendors are encouraged to file a review at
23-
* https://reviews.llvm.org/ so their specific implementation can be part of
24-
* this file.
22+
* helper function. Vendors are encouraged to file a PR at
23+
* https://github.com/llvm/llvm-project so their specific implementation can be
24+
* part of this file.
2525
*/
2626

2727
#include "test_macros.h"
@@ -57,7 +57,8 @@ std::basic_format_context<OutIt, CharT> test_format_context_create(
5757
}
5858
# endif // TEST_HAS_NO_LOCALIZATION
5959
#else // _LIBCPP_VERSION
60-
# error "Please create a vendor specific version of the test functions and file a review at https://reviews.llvm.org/"
60+
# error \
61+
"Please create a vendor specific version of the test typedef and file a PR at https://github.com/llvm/llvm-project"
6162
#endif // _LIBCPP_VERSION
6263

6364
#endif // SUPPORT_TEST_FORMAT_CONTEXT_HPP

libcxx/test/support/test_format_string.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ using test_format_string = std::format_string<Args...>;
4040

4141
#else // TEST_STD_VER > 20 || defined(_LIBCPP_VERSION) || defined( _MSVC_STL_VERSION)
4242

43-
# error
44-
"Please create a vendor specific version of the test typedef and file a review at https://reviews.llvm.org/"
43+
# error \
44+
"Please create a vendor specific version of the test typedef and file a PR at https://github.com/llvm/llvm-project"
4545

4646
#endif // TEST_STD_VER > 20 || defined(_LIBCPP_VERSION) || defined( _MSVC_STL_VERSION)
4747

0 commit comments

Comments
 (0)