[#BloombergLP-bslma-TestAllocator-setNoAbort] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocator.adoc[TestAllocator]::setNoAbort :relfileprefix: ../../../ :mrdocs: Set the no‐abort mode for this test allocator to the specified (boolean) `flagValue`. `If flagValue` is `true`, aborting on fatal errors is suppressed, and the functions simply return. Diagnostics are not affected. Note that the default mode is to abort. Also note that this function is provided primarily to enable visual testing of diagnostic messages produced by this component. == Synopsis Declared in `<bslma_testallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setNoAbort(bool flagValue); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#