fix accidental implicit matches in elf-disassemble-symbol-labels-rel.test
authorBob Haarman <llvm@inglorion.net>
Thu, 23 May 2019 22:28:18 +0000 (22:28 +0000)
committerBob Haarman <llvm@inglorion.net>
Thu, 23 May 2019 22:28:18 +0000 (22:28 +0000)
commit5554a5fcbdd7a889e133a80c064e4e553fa4fae4
tree4c966d4d2606116ebfcec629a760be4fd41e6e27
parentf2e41dd6ed1ac052e89dac224e67218c479cf952
fix accidental implicit matches in elf-disassemble-symbol-labels-rel.test

llvm/test/tools/llvm-objdump/X86/elf-disassemble-symbol-labels-rel.test
uses --implicit-check-not to verify that certain patterns do not occur
in llvm-objdump's output, except in places where they are explicitly
checked. Unfortunately, the patterns are generic enough that they may
be part of the file name which is also output by llvm-objdump. This
change matches the line with the filename explicitly so that the
implicit patterns are not applied to it.

llvm-svn: 361563
llvm/test/tools/llvm-objdump/X86/elf-disassemble-symbol-labels-rel.test