From: Mike Stump Date: Tue, 21 Jul 2009 23:41:23 +0000 (+0000) Subject: Revert recent change, I now have a better way to solve this (thanks Chris). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e941d8ed27c5f6d9fe32921c5cc265efe6c51fde;p=clang Revert recent change, I now have a better way to solve this (thanks Chris). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76681 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/ext_vector.c b/test/PCH/ext_vector.c index ab5d2224ba..4b5c25980e 100644 --- a/test/PCH/ext_vector.c +++ b/test/PCH/ext_vector.c @@ -7,5 +7,4 @@ int test(float4 f4) { return f4.xy; // expected-error{{float2}} - return 1; }