Fix windbg test

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

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

Loading…
Cancel
Save