Fix dbg_dmh test based on libc6 2.35-0ubuntu3.7 (#4495)

This commit is contained in:
Khairul Azhar Kasmiran 2024-05-16 21:31:40 +08:00 committed by GitHub
parent fdc3369e8c
commit a6d4a6bd02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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