mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 10:01:42 +00:00
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:
parent
f2e41dd6ed
commit
5554a5fcbd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user