diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
commit | d93e1dfac8711cfed1a9d9cd1876a788b83945cd (patch) | |
tree | 5896fa6c02a262a6148b215487e545d937de58b7 /test/ELF/copy-errors.s | |
parent | 8d43286d630f9224de07809ea253e83ebb9cdee6 (diff) |
Notes
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 |