Added DEBUGGER_ESCAPE to the final test, which will launch the debugger

otherwise (in order to test the debugger message).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@287 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
ejakowatz 2002-07-17 19:54:08 +00:00
parent 04de1897ed
commit da94386c62
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ void THandlerAtTest::HandlerAtTest3()
*/
void THandlerAtTest::HandlerAtTest4()
{
DEBUGGER_ESCAPE;
BLooper Looper;
Looper.Unlock();
CPPUNIT_ASSERT(Looper.HandlerAt(0) == &Looper);