Home
last modified time | relevance | path

Searched refs:DoCrash (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_nesting_test.cc131 void DoCrash(const char *message) { in DoCrash() function
168 DoCrash(NULL); in InstallExceptionHandlerAndCrash()
172 ASSERT_DEATH(DoCrash(NULL), ""); in TEST()
176 ASSERT_DEATH(DoCrash(kFoo), in TEST()
181 ASSERT_DEATH(DoCrash(kBar), in TEST()