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: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2021-07-02 10:49:10 +02:00 committed by Alexandre Julliard
parent 71e2ab0ed3
commit beb1314307

View file

@ -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;