[ELF] Attempt to fix buildbot (duplicate _gp symbol)
authorEugene Leviant <evgeny.leviant@gmail.com>
Tue, 8 Nov 2016 16:44:48 +0000 (16:44 +0000)
committerEugene Leviant <evgeny.leviant@gmail.com>
Tue, 8 Nov 2016 16:44:48 +0000 (16:44 +0000)
llvm-svn: 286247

lld/test/ELF/duplicate-internal.s

index d1ccf53..b609307 100644 (file)
@@ -3,7 +3,7 @@
 # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o %t.o
 # RUN: not ld.lld -shared %t.o -o %t.so 2>&1 | FileCheck %s
 
-# CHECK: duplicate symbol: _gp in {{.*}} and (internal)
+# CHECK: duplicate symbol '_gp' in {{.*}} and (internal)
 
 # REQUIRES: mips