[libc-commits] [libc] [libc][test] Remove internal linkage from ErrnoSetterMatcher helpers … (PR #207707)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Mon Jul 6 09:11:43 PDT 2026


================
@@ -153,15 +153,15 @@ template <typename T> internal::Comparator<T> NE(T val) {
 }
 
 template <typename RetT = int>
-static internal::ErrnoSetterMatcher<RetT> Succeeds(RetT ExpectedReturn = 0,
-                                                   int ExpectedErrno = 0) {
+internal::ErrnoSetterMatcher<RetT> Succeeds(RetT ExpectedReturn = 0,
----------------
vhscampos wrote:

Is it a NFC? If so, please add an NFC tag to the PR title.

https://github.com/llvm/llvm-project/pull/207707


More information about the libc-commits mailing list