summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/testkit/test_master.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/testkit/test_master.cpp b/vespalib/src/vespa/vespalib/testkit/test_master.cpp
index 81ac6b65851..789d40d478d 100644
--- a/vespalib/src/vespa/vespalib/testkit/test_master.cpp
+++ b/vespalib/src/vespa/vespalib/testkit/test_master.cpp
@@ -114,7 +114,7 @@ TestMaster::handleFailure(const vespalib::LockGuard &guard, bool fatal)
}
fprintf(stderr, "%s: ERROR: vital check failed, aborting\n",
_name.c_str());
- LOG_ABORT("should not be reached");
+ std::_Exit(1);
}
}