]> granicus.if.org Git - clang/commitdiff
fix testcase, thanks Daniel.
authorChris Lattner <sabre@nondot.org>
Thu, 22 Oct 2009 19:56:26 +0000 (19:56 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Oct 2009 19:56:26 +0000 (19:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84888 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/vector-init.c

index 523d23f32a3304db7052a0f2d36aa7858bd37f2a..37c4a0ccfd9e1e36509293d17fec90039a52ae11 100644 (file)
@@ -26,5 +26,5 @@ float f1(void) {
 
 // PR5265
 typedef float __attribute__((ext_vector_type (3))) float3;
-int test2[(sizeof(float3) == sizeof(float3)*2-1)];
+int test2[(sizeof(float3) == sizeof(float4)*2-1)];