Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/3.9.0-250.0.dev
/
.
/
build
/
secondary
/
third_party
/
libcxx
/
config
/
__assertion_handler
blob: 0e9da2b752976797ac8463fe41e189f3ae105339 [
file
] [
log
] [
blame
]
#ifndef
DART_LIBCXX_ASSERTION_HANDLER
#define
DART_LIBCXX_ASSERTION_HANDLER
#include
<
__verbose_abort
>
#define
_LIBCPP_ASSERTION_HANDLER
(
message
)
_LIBCPP_VERBOSE_ABORT
(
"%s"
,
message
)
#endif
// DART_LIBCXX_ASSERTION_HANDLER