Skip to content

Commit a98b05a

Browse files
committed
Fix the CI
1 parent 9589441 commit a98b05a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libcxx/test/libcxx/assertions/log_hardening_failure.pass.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313

1414
#include <__log_hardening_failure>
1515

16-
static_assert(noexcept(std::__log_hardening_failure("")));
16+
#include "test_macros.h"
17+
18+
ASSERT_NOEXCEPT(std::__log_hardening_failure(""));
1719

1820
int main(int, char**) {
1921
std::__log_hardening_failure("Some message");

0 commit comments

Comments
 (0)