From patchwork Mon Apr 6 08:44:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giuliano Procida X-Patchwork-Id: 39079 From: gprocida@google.com (Giuliano Procida) Date: Mon, 6 Apr 2020 09:44:50 +0100 Subject: [PATCH 2/2] test-abidiff-exit.cc: Drop redundant --redundant. In-Reply-To: <20200406084450.140975-1-gprocida@google.com> References: <20200406084450.140975-1-gprocida@google.com> Message-ID: <20200406084450.140975-2-gprocida@google.com> * tests/test-abidiff-exit.cc: Drop obsolete --redundant flag and comment as --redundant is now implied by --leaf-changes-only. Signed-off-by: Giuliano Procida Reviewed-by: Matthias Maennich --- tests/test-abidiff-exit.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test-abidiff-exit.cc b/tests/test-abidiff-exit.cc index af3711b2..25f58b34 100644 --- a/tests/test-abidiff-exit.cc +++ b/tests/test-abidiff-exit.cc @@ -133,8 +133,7 @@ InOutSpec in_out_specs[] = "data/test-abidiff-exit/test-leaf-more-v0.o", "data/test-abidiff-exit/test-leaf-more-v1.o", "", - // --redundant - pending a bug fix - "--no-show-locs --leaf-changes-only --redundant", + "--no-show-locs --leaf-changes-only", abigail::tools_utils::ABIDIFF_ABI_CHANGE | abigail::tools_utils::ABIDIFF_ABI_INCOMPATIBLE_CHANGE, "data/test-abidiff-exit/test-leaf-more-report.txt",