diff options
Diffstat (limited to 'lld/test/ELF/copy-errors.s')
| -rw-r--r-- | lld/test/ELF/copy-errors.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/copy-errors.s b/lld/test/ELF/copy-errors.s index c370c4bbf25..b0d56c9c6c6 100644 --- a/lld/test/ELF/copy-errors.s +++ b/lld/test/ELF/copy-errors.s @@ -9,7 +9,7 @@ _start: call bar -// CHECK: {{.*}}.o (.text+0x1): cannot preempt symbol 'bar' defined in {{.*}}.so +// CHECK: {{.*}}.o:(.text+0x1): cannot preempt symbol 'bar' defined in {{.*}}.so call zed // CHECK: symbol 'zed' defined in {{.*}}.so is missing type |

