Skip to content

Commit

Permalink
Fix dbg_dmh test based on libc6 2.35-0ubuntu3.7 (rizinorg#4495)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored May 16, 2024
1 parent fdc3369 commit a6d4a6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/db/archos/linux-x64/dbg_dmh
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ EOF
REGEXP_FILTER_OUT=(status=[a-z]+)|(size=0x[a-f0-9]+)
EXPECT=<<EOF
status=allocated
size=0x12010
size=0x11c10
status=free
size=0xed60
size=0xf160
status=allocated
size=0x12010
size=0x11c10
status=allocated
size=0x20
status=free
size=0xed40
size=0xf140
EOF
RUN

Expand Down

0 comments on commit a6d4a6b

Please sign in to comment.