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