]> granicus.if.org Git - clang/commitdiff
Fix test for Win32.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 20 Jul 2010 04:06:54 +0000 (04:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 20 Jul 2010 04:06:54 +0000 (04:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108806 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/darwin-xarch.c

index cee8ce53c259caa4c4ccde192003702b2f88987c..cd7fa845d03ef9a5fac88ba4498d1bb8f5cdafa0 100644 (file)
@@ -4,5 +4,5 @@
 // RUN:   -c %s 2> %t
 // RUN: FileCheck < %t %s
 //
-// CHECK: clang" "-cc1" "-triple" "i386-apple-darwin8.0.0" 
-// CHECK: clang" "-cc1" "-triple" "x86_64-apple-darwin9.0.0" 
+// CHECK: clang{{.*}}" "-cc1" "-triple" "i386-apple-darwin8.0.0" 
+// CHECK: clang{{.*}}" "-cc1" "-triple" "x86_64-apple-darwin9.0.0"