diff options
Diffstat (limited to 'test/ELF/copy-in-shared.s')
-rw-r--r-- | test/ELF/copy-in-shared.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/copy-in-shared.s b/test/ELF/copy-in-shared.s index 4114d95fb1014..b8e57ce9e7034 100644 --- a/test/ELF/copy-in-shared.s +++ b/test/ELF/copy-in-shared.s @@ -7,4 +7,4 @@ .quad foo -// CHECK: can't create dynamic relocation R_X86_64_64 against readonly segment +// CHECK: {{.*}}.o:(.text+0x0): can't create dynamic relocation R_X86_64_64 against symbol 'foo' defined in {{.*}}.so |