diff options
Diffstat (limited to 'clang/test/SemaOpenCL/vec_compare.cl')
-rw-r--r-- | clang/test/SemaOpenCL/vec_compare.cl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/SemaOpenCL/vec_compare.cl b/clang/test/SemaOpenCL/vec_compare.cl index dd91aa592ab..567629c10d5 100644 --- a/clang/test/SemaOpenCL/vec_compare.cl +++ b/clang/test/SemaOpenCL/vec_compare.cl @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only +// expected-no-diagnostics typedef __attribute__((ext_vector_type(2))) unsigned int uint2; typedef __attribute__((ext_vector_type(2))) int int2; |