From 41271fb765f64927c540557caf861e2cb7f77780 Mon Sep 17 00:00:00 2001 From: George Rimar Date: Thu, 22 Aug 2019 09:10:17 +0000 Subject: [PATCH] [llvm-objdump] - Remove an outdated "FIXME". NFC. The bug mentioned in this test case was fixed in D63779 (r364955), which also provides a test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369634 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-objdump/section-filter.test | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/tools/llvm-objdump/section-filter.test b/test/tools/llvm-objdump/section-filter.test index 0c1cd7eccce..6a93856d13b 100644 --- a/test/tools/llvm-objdump/section-filter.test +++ b/test/tools/llvm-objdump/section-filter.test @@ -110,8 +110,6 @@ Sections: # RUN: cmp %t.full %t.6 ## Test that an unknown section name causes all section output to be suppressed. -## TODO: Add a warning for this case. -## See https://bugs.llvm.org/show_bug.cgi?id=41898. # RUN: llvm-objdump %t.h.elf -h --section foobar \ # RUN: | FileCheck %s --check-prefix=NO-SECTION -- 2.11.4.GIT