From: George Rimar Date: Thu, 22 Aug 2019 09:10:17 +0000 (+0000) Subject: [llvm-objdump] - Remove an outdated "FIXME". NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b836e95d8d07cc618e594e0810fddc4163319e42;p=llvm [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 --- 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