Author: ddunbar
Date: Thu Oct  7 15:14:30 2010
New Revision: 115969

URL: http://llvm.org/viewvc/llvm-project?rev=115969&view=rev
Log:
tests: Tweak test to also match MSVC format.

Modified:
    cfe/trunk/test/CodeGenObjC/blocks-2.m

Modified: cfe/trunk/test/CodeGenObjC/blocks-2.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/blocks-2.m?rev=115969&r1=115968&r2=115969&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/blocks-2.m (original)
+++ cfe/trunk/test/CodeGenObjC/blocks-2.m Thu Oct  7 15:14:30 2010
@@ -20,7 +20,7 @@
 
   // 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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to