mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Change bassert to always call assert
This commit is contained in:
@@ -393,7 +393,7 @@ void UnitTests::runTests (TestList const& tests, int64 randomSeed)
|
||||
void UnitTests::onFailure ()
|
||||
{
|
||||
// A failure occurred and the setting to assert on failures is turned on.
|
||||
bassert (! m_assertOnFailure)
|
||||
bassert (! m_assertOnFailure);
|
||||
}
|
||||
|
||||
bool UnitTests::shouldAbortTests()
|
||||
|
||||
Reference in New Issue
Block a user