From: Reid Kleckner Date: Thu, 10 Oct 2019 18:01:27 +0000 (+0000) Subject: Fix test to avoid check-not matching the temp file absolute path X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be821d9f2df007df0b2e9a9a764b20b8ca2cd3a8;p=llvm Fix test to avoid check-not matching the temp file absolute path Fix for PR43636 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374404 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-objdump/X86/elf-disassemble-symbol-labels-exec.test b/test/tools/llvm-objdump/X86/elf-disassemble-symbol-labels-exec.test index 548ee4b182d..eb402f405e6 100644 --- a/test/tools/llvm-objdump/X86/elf-disassemble-symbol-labels-exec.test +++ b/test/tools/llvm-objdump/X86/elf-disassemble-symbol-labels-exec.test @@ -6,6 +6,9 @@ # RUN: --implicit-check-not=absolute \ # RUN: --implicit-check-not=other +# Match this line so the implicit check-nots don't match the path. +# CHECK: {{^.*}}file format ELF64-x86-64 + # CHECK: 0000000000004000 first: # CHECK: 0000000000004001 second: # CHECK: 0000000000004002 third: