[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.

llvm-svn: 369634
This commit is contained in:
George Rimar 2019-08-22 09:10:17 +00:00
parent 307a73221b
commit 26f4262398
1 changed files with 0 additions and 2 deletions

View File

@ -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