[lld] Fix test to work with and without a vendor string

GitOrigin-RevId: 48d9b2fd8ea36f87b3fc57ddb101ed99d20f25bf
diff --git a/test/MachO/dependency-info.s b/test/MachO/dependency-info.s
index 658b492..93c5844 100644
--- a/test/MachO/dependency-info.s
+++ b/test/MachO/dependency-info.s
@@ -15,7 +15,7 @@
 # RUN: %lld %t/main.o %t/bar.a %t/libfoo.dylib -lSystem -dependency_info %t/deps_info.out
 # RUN: %python %S/Inputs/DependencyDump.py %t/deps_info.out | FileCheck %s
 
-# CHECK: lld-version: {{.*}} LLD {{.*}}
+# CHECK: lld-version: {{.*}}LLD {{.*}}
 # CHECK-DAG: input-file: {{.*}}/bar.a
 # CHECK-DAG: input-file: {{.*}}/libfoo.dylib
 # CHECK-DAG: input-file: {{.*}}/libSystem.tbd