From 5b260c00f4f25482090ffaedd22c0a2e2f8efc25 Mon Sep 17 00:00:00 2001 From: Yacine Elhamer Date: Mon, 5 Jun 2023 13:37:19 +0100 Subject: [PATCH] fix symtab FunctionName feature scope address --- tests/fixtures.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fixtures.py b/tests/fixtures.py index 2f074f4b..84e40209 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -784,19 +784,19 @@ FEATURE_SYMTAB_FUNC_TESTS = [ ), ( "2bf18d", - "function=0x40286d", + "function=0x4088a4", capa.features.file.FunctionName("__GI_connect"), True, ), ( "2bf18d", - "function=0x40286d", + "function=0x4088a4", capa.features.file.FunctionName("connect"), True, ), ( "2bf18d", - "function=0x40286d", + "function=0x4088a4", capa.features.file.FunctionName("__libc_connect"), True, ),