diff options
-rw-r--r-- | test/ARCMT/driver-migrate.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ARCMT/driver-migrate.m b/test/ARCMT/driver-migrate.m index d1350f7233..32e84d7578 100644 --- a/test/ARCMT/driver-migrate.m +++ b/test/ARCMT/driver-migrate.m @@ -8,5 +8,5 @@ // RUN: %clang -ccc-arcmt-migrate /foo/bar -ccc-host-triple i386-apple-darwin9 -### %t.o 2> %t.log // RUN: FileCheck -check-prefix=LINK %s < %t.log -// LINK-NOT: ld" -// LINK: touch" +// LINK-NOT: {{ld(.exe)?"}} +// LINK: {{touch(.exe)?"}} |