Fix windbg test

pull/1284/head
Gulshan Singh 3 years ago
parent 2220918866
commit 4647ccca57

@ -189,13 +189,12 @@ def test_windbg_dX_commands(start_binary):
== dc4 == dc4
== ( == (
"+0000 0x400081 00 00 00 00 00 00 00 00 " "+0000 0x400081 00 00 00 00 00 00 00 00 "
"│........│ \n" "│........│ │\n"
) )
) )
assert gdb.execute("dc data 3", to_string=True) == ( assert gdb.execute("dc data 3", to_string=True) == (
"+0000 0x400081 00 00 00 │... " "+0000 0x400081 00 00 00 │... " " │ │\n"
"│ │ │ │\n"
) )
################################################# #################################################

Loading…
Cancel
Save