[libc] [llvm] [libc] Migrate unistd tests to use ErrnoCheckingTest. (PR #132067)

via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 19 10:35:37 PDT 2025


================
@@ -41,10 +41,12 @@
 // they all provide.
 
 #define ASSERT_ERRNO_EQ(VAL)                                                   \
-  ASSERT_EQ(VAL, static_cast<int>(LIBC_NAMESPACE::libc_errno))
+  ASSERT_EQ(VAL, static_cast<int>(LIBC_NAMESPACE::libc_errno));                \
----------------
lntue wrote:

can you wrap them inside `do { } while (0)` instead?

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


More information about the llvm-commits mailing list