diff options
Diffstat (limited to 'test/Sema/builtins.c')
-rw-r--r-- | test/Sema/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/builtins.c b/test/Sema/builtins.c index 0781abc7b9..ce7c3484fd 100644 --- a/test/Sema/builtins.c +++ b/test/Sema/builtins.c @@ -32,7 +32,7 @@ void cfstring() { } -typedef __attribute__(( ext_vector_type(16) )) unsigned char uchar16; // expected-warning {{extension}} +typedef __attribute__(( ext_vector_type(16) )) unsigned char uchar16; // rdar://5905347 unsigned char foo( short v ) { |