summaryrefslogtreecommitdiffstats
path: root/test/Sema/types.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-06-30 17:30:41 +0000
committerDouglas Gregor <dgregor@apple.com>2010-06-30 17:30:41 +0000
commit27cac990649d9c1217f018921749683464a28e6b (patch)
treeb7378ca3c4470df8dfb05bf8500fa2314a0a3384 /test/Sema/types.c
parent90cd672ed107d5986936c577ce47ad7374096bd2 (diff)
Clean up the diagnostic complaining about the element type of a vector
type so that it actually complains about the element type itself. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/types.c')
-rw-r--r--test/Sema/types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/types.c b/test/Sema/types.c
index 1770bf5bd0..f3244f7799 100644
--- a/test/Sema/types.c
+++ b/test/Sema/types.c
@@ -36,4 +36,4 @@ _Decimal32 x; // expected-error {{GNU decimal type extension not supported}}
// rdar://6880951
-int __attribute__ ((vector_size (8), vector_size (8))) v; // expected-error {{invalid vector type}}
+int __attribute__ ((vector_size (8), vector_size (8))) v; // expected-error {{invalid vector element type}}