From 0cadd162b7c17ec3159154fa25abad33fcf51005 Mon Sep 17 00:00:00 2001
From: Stefan Pintilie <stefanp@ca.ibm.com>
Date: Fri, 21 Aug 2020 13:13:10 -0500
Subject: [PATCH] Forgot to update the test case for ppc64-tls-missing-gdld.s
 for 02e02f5398d0

---
 lld/test/ELF/ppc64-tls-missing-gdld.s | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lld/test/ELF/ppc64-tls-missing-gdld.s b/lld/test/ELF/ppc64-tls-missing-gdld.s
index 910ba7ad613e..e9a0a4f3cf3d 100644
--- a/lld/test/ELF/ppc64-tls-missing-gdld.s
+++ b/lld/test/ELF/ppc64-tls-missing-gdld.s
@@ -4,23 +4,23 @@
 # RUN: not ld.lld --shared %t1.o -o /dev/null 2>&1 | FileCheck %s
 # RUN: not ld.lld --shared %t2.o -o /dev/null 2>&1 | FileCheck %s
 
-# CHECK:      ld.lld: error: Call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation.
+# CHECK:      ld.lld: error: call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation
 # CHECK-NEXT:   defined in {{.*}}.o
 # CHECK-NEXT:   referenced by {{.*}}.o:(.text+0x8)
 
-# CHECK:      ld.lld: error: Call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation.
+# CHECK:      ld.lld: error: call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation
 # CHECK-NEXT:   defined in {{.*}}.o
 # CHECK-NEXT:   referenced by {{.*}}.o:(.text+0x18)
 
-# CHECK:      ld.lld: error: Call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation.
+# CHECK:      ld.lld: error: call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation
 # CHECK-NEXT:   defined in {{.*}}.o
 # CHECK-NEXT:   referenced by {{.*}}.o:(.text+0x28)
 
-# CHECK:      ld.lld: error: Call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation.
+# CHECK:      ld.lld: error: call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation
 # CHECK-NEXT:   defined in {{.*}}.o
 # CHECK-NEXT:   referenced by {{.*}}.o:(.text+0x38)
 
-# CHECK:      ld.lld: error: Call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation.
+# CHECK:      ld.lld: error: call to __tls_get_addr is missing a R_PPC64_TLSGD/R_PPC64_TLSLD relocation
 # CHECK-NEXT:   defined in {{.*}}.o
 # CHECK-NEXT:   referenced by {{.*}}.o:(.text+0x40)