diff options
Diffstat (limited to 'test/ELF/x86-64-dyn-rel-error.s')
-rw-r--r-- | test/ELF/x86-64-dyn-rel-error.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/x86-64-dyn-rel-error.s b/test/ELF/x86-64-dyn-rel-error.s index 354fcc09e8a8e..ee39e2cb83fd3 100644 --- a/test/ELF/x86-64-dyn-rel-error.s +++ b/test/ELF/x86-64-dyn-rel-error.s @@ -9,4 +9,4 @@ _start: .data .long bar -// CHECK: {{.*}}:(.data+0x0): relocation R_X86_64_32 cannot be used against shared object; recompile with -fPIC. +// CHECK: relocation R_X86_64_32 cannot be used against shared object; recompile with -fPIC |