Rename ld.lld2 to ld.lld since it is the default.

llvm-svn: 253437
diff --git a/lld/test/ELF/local.s b/lld/test/ELF/local.s
index ec547ed..cc879e1 100644
--- a/lld/test/ELF/local.s
+++ b/lld/test/ELF/local.s
@@ -1,6 +1,6 @@
 // Check that symbol table is correctly populated with local symbols.
 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
-// RUN: ld.lld2 %t -o %t1
+// RUN: ld.lld %t -o %t1
 // RUN: llvm-readobj -t -s %t1 | FileCheck %s
 // REQUIRES: x86