From 22734848ea2124d2e8c75a472f71ae20a69fb116 Mon Sep 17 00:00:00 2001 From: nealsid Date: Tue, 21 Jul 2009 00:10:57 +0000 Subject: Port fixes from internal Google Breakpad to SVN. A=preston, nealsid R=Stuart, Preston git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@360 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/mac/tests/BreakpadFramework_Test.mm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/client/mac/tests') diff --git a/src/client/mac/tests/BreakpadFramework_Test.mm b/src/client/mac/tests/BreakpadFramework_Test.mm index cd163630..2ea103c6 100644 --- a/src/client/mac/tests/BreakpadFramework_Test.mm +++ b/src/client/mac/tests/BreakpadFramework_Test.mm @@ -209,8 +209,9 @@ const mach_port_t kNoLastExceptionThread = MACH_PORT_NULL; @"Last exception type is not 0 for on demand"); STAssertEquals(last_exception_code_, 0, @"Last exception code is not 0 for on demand"); - STAssertEquals(last_exception_thread_, (mach_port_t)0, - @"Last exception thread is not 0 for on demand"); + STAssertEquals(last_exception_thread_, mach_thread_self(), + @"Last exception thread is not mach_thread_self() " + "for on demand"); } @end -- cgit v1.2.1