[all-commits] [llvm/llvm-project] cd328c: [libc] Use ASSERT_DEATH for EXPECT_DEATH under Fuc...
Roland McGrath via All-commits
all-commits at lists.llvm.org
Wed Aug 2 17:58:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd328c10ad503b243cc333f813c0c6ee66598ffc
https://github.com/llvm/llvm-project/commit/cd328c10ad503b243cc333f813c0c6ee66598ffc
Author: Roland McGrath <mcgrathr at google.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M libc/test/UnitTest/FuchsiaTest.h
Log Message:
-----------
[libc] Use ASSERT_DEATH for EXPECT_DEATH under Fuchsia zxtest
The Fuchsia zxtest library has ASSERT_DEATH but not EXPECT_DEATH.
The latter may be added in the future, but for now just use the
former as substitute.
Reviewed By: abrachet
Differential Revision: https://reviews.llvm.org/D156940
More information about the All-commits
mailing list