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
This commit is contained in:
Bob Haarman 2019-05-23 22:28:18 +00:00
parent f2e41dd6ed
commit 5554a5fcbd

View File

@ -9,6 +9,7 @@
# RUN: --implicit-check-not=absolute \
# RUN: --implicit-check-not=other
# CHECK: {{.*}}: file format {{.*}}
# CHECK: Disassembly of section .text:
# CHECK: 0000000000000000 first:
# CHECK: 0000000000000001 second: