From db95d7e99dd848118a4077e664ea1a934a6ce632 Mon Sep 17 00:00:00 2001 From: Darryl Green Date: Wed, 5 Jun 2019 12:57:50 +0100 Subject: [PATCH] Show removed symbols in abi check --- scripts/abi_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/abi_check.py b/scripts/abi_check.py index 30c3fe517..7daeaf804 100755 --- a/scripts/abi_check.py +++ b/scripts/abi_check.py @@ -214,7 +214,7 @@ class AbiChecker(object): def _remove_extra_detail_from_report(self, report_root): for tag in ['test_info', 'test_results', 'problem_summary', - 'added_symbols', 'removed_symbols', 'affected']: + 'added_symbols', 'affected']: self._remove_children_with_tag(report_root, tag) for report in report_root: