diff options
Diffstat (limited to 'lld/test/ELF/relocation-relative-absolute.s')
| -rw-r--r-- | lld/test/ELF/relocation-relative-absolute.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/relocation-relative-absolute.s b/lld/test/ELF/relocation-relative-absolute.s index 69f5e41656c..e1636c734a8 100644 --- a/lld/test/ELF/relocation-relative-absolute.s +++ b/lld/test/ELF/relocation-relative-absolute.s @@ -7,6 +7,6 @@ .globl _start _start: -# CHECK: {{.*}}input1.o (.text+0x1): relocation R_X86_64_PLT32 cannot refer to absolute symbol 'answer' defined in {{.*}}input2.o +# CHECK: {{.*}}input1.o:(.text+0x1): relocation R_X86_64_PLT32 cannot refer to absolute symbol 'answer' defined in {{.*}}input2.o call answer@PLT |

