From: Antoine Busque Date: Wed, 20 Apr 2016 21:38:43 +0000 (-0400) Subject: Fix: update tests for new dwarf func name output X-Git-Tag: v1.4.0-rc1~55 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=8ba0c27b5c26006c1812461b6bd4039faa19f605;hp=685bd91825080bf09d98cc03856e60666ff3665e Fix: update tests for new dwarf func name output Signed-off-by: Antoine Busque Signed-off-by: Jérémie Galarneau --- diff --git a/tests/lib/test_so_info.c b/tests/lib/test_so_info.c index ced06be9..4ef14ed6 100644 --- a/tests/lib/test_so_info.c +++ b/tests/lib/test_so_info.c @@ -41,7 +41,7 @@ #define FUNC_FOO_TP_FILENAME "/efficios/libhello.c" #define FUNC_FOO_ADDR_ELF 0x4013ef #define FUNC_FOO_ADDR_DBG_LINK 0x40148e -#define FUNC_FOO_NAME "foo" +#define FUNC_FOO_NAME "foo+0xc3" #define FUNC_FOO_NAME_ELF "foo+0x24" #define BUILD_ID_LEN 20