Files
clang-p2996/libc/test/UnitTest/LibcTest.h
Roland McGrath e477e568e6 [libc] Make test macros suppress the -Wdangling-else warnings (#127149)
Use the trick from gtest to allow `ASSERT_...` and `EXPECT_...`
macros to be used in braceless `if` without producing warnings
about the nested `if`-`else` that results.
2025-02-13 20:05:24 -08:00

22 KiB