diff options
Diffstat (limited to 'test/ELF/ppc64-addr16-error.s')
-rw-r--r-- | test/ELF/ppc64-addr16-error.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/ppc64-addr16-error.s b/test/ELF/ppc64-addr16-error.s index 2bc8ef2ae4d76..f16ca69957a35 100644 --- a/test/ELF/ppc64-addr16-error.s +++ b/test/ELF/ppc64-addr16-error.s @@ -5,4 +5,4 @@ .short sym+65539 -// CHECK: relocation R_PPC64_ADDR16 out of range +// CHECK: relocation R_PPC64_ADDR16 out of range: 65539 is not in [-32768, 32767] |