1
0
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:
Teemu Ollakka
2018-06-12 11:22:02 +03:00
parent 65b4ce9123
commit 3456a8b953
9 changed files with 62 additions and 35 deletions

View File

@ -16,7 +16,7 @@ namespace wsrep
runtime_error(const std::string& msg)
: std::runtime_error(msg)
{
::abort();
// ::abort();
}
};