mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-06-13 04:01:32 +03:00
Unit tests for identifier class.
This commit is contained in:
@ -16,7 +16,7 @@ namespace wsrep
|
||||
runtime_error(const std::string& msg)
|
||||
: std::runtime_error(msg)
|
||||
{
|
||||
::abort();
|
||||
// ::abort();
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user