summaryrefslogtreecommitdiff
path: root/test/Sema/types.c
diff options
context:
space:
mode:
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 1770bf5bd03e..f3244f7799b6 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}}