]> granicus.if.org Git - clang/commitdiff
tests: Tweak test to also match MSVC format.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 7 Oct 2010 20:14:30 +0000 (20:14 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 7 Oct 2010 20:14:30 +0000 (20:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115969 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/blocks-2.m

index e9132f33ec4db1ddc0577bba194c5e27a3010d0a..8754ff7c3f4a1fa9dad859903b848dcb3410c487 100644 (file)
@@ -20,7 +20,7 @@ void test1() {
 
   // CHECK:      [[N:%.*]] = alloca [[N_T:%.*]], align 8
   // CHECK:      [[T0:%.*]] = getelementptr inbounds [[N_T]]* [[N]], i32 0, i32 4
-  // CHECK-NEXT: store double 1.000000e+01, double* [[T0]], align 8
+  // CHECK-NEXT: store double 1.000000e+{{0?}}01, double* [[T0]], align 8
   __block double n = 10;
 
   // CHECK:      invoke void @{{.*}}test1_help