mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Format first-party source according to .clang-format
This commit is contained in:
committed by
manojsdoshi
parent
65dfc5d19e
commit
50760c6935
@@ -26,20 +26,22 @@ namespace test {
|
||||
|
||||
struct DetectCrash_test : public beast::unit_test::suite
|
||||
{
|
||||
void testDetectCrash ()
|
||||
void
|
||||
testDetectCrash()
|
||||
{
|
||||
testcase ("Detect Crash");
|
||||
testcase("Detect Crash");
|
||||
// Kill the process. This is used to test that the multi-process
|
||||
// unit test will correctly report the crash.
|
||||
std::terminate();
|
||||
}
|
||||
void run() override
|
||||
void
|
||||
run() override
|
||||
{
|
||||
testDetectCrash();
|
||||
}
|
||||
};
|
||||
|
||||
BEAST_DEFINE_TESTSUITE_MANUAL(DetectCrash,unit_test,beast);
|
||||
BEAST_DEFINE_TESTSUITE_MANUAL(DetectCrash, unit_test, beast);
|
||||
|
||||
} // test
|
||||
} // ripple
|
||||
} // namespace test
|
||||
} // namespace ripple
|
||||
|
||||
Reference in New Issue
Block a user