aboutsummaryrefslogtreecommitdiff
path: root/test/SemaOpenCL/vec_compare.cl
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaOpenCL/vec_compare.cl')
-rw-r--r--test/SemaOpenCL/vec_compare.cl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaOpenCL/vec_compare.cl b/test/SemaOpenCL/vec_compare.cl
index dd91aa592ab2..567629c10d56 100644
--- a/test/SemaOpenCL/vec_compare.cl
+++ b/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;