tests: Fix test on Win32.

llvm-svn: 126087
This commit is contained in:
Daniel Dunbar 2011-02-20 17:41:24 +00:00
parent 477d11f9a0
commit bd466d404a
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@
// RUN: -arch i386 -Xarch_i386 -Wl,-some-linker-arg -filelist X 2> %t
// RUN: FileCheck --check-prefix=CHECK-LINK < %t %s
//
// CHECK-LINK: ld"{{.*}} "-some-linker-arg"
// CHECK-LINK: ld{{.*}} "-arch" "i386"{{.*}} "-some-linker-arg"