Commit beb13143 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp/tests: Try to fix failure in current dbghelp tests.

Testbot failures in previous SymGetTypeFromName patch have nothing to do with that former patch. Trying to address errouneous test. Signed-off-by: 's avatarEric Pouech <eric.pouech@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 71e2ab0e
......@@ -106,7 +106,7 @@ static void test_stack_walk(void)
addr = (void *)(DWORD_PTR)frame.AddrPC.Offset;
if (addr > (char *)stack_walk_thread && addr < (char *)stack_walk_thread + 0x100)
if (!found_our_frame && addr > (char *)stack_walk_thread && addr < (char *)stack_walk_thread + 0x100)
{
found_our_frame = TRUE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment