summaryrefslogtreecommitdiffstats
path: root/test/SemaOpenCL/vector_literals_const.cl
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaOpenCL/vector_literals_const.cl')
-rw-r--r--test/SemaOpenCL/vector_literals_const.cl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaOpenCL/vector_literals_const.cl b/test/SemaOpenCL/vector_literals_const.cl
index e761816..ee5ae20 100644
--- a/test/SemaOpenCL/vector_literals_const.cl
+++ b/test/SemaOpenCL/vector_literals_const.cl
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
+// expected-no-diagnostics
typedef int int2 __attribute((ext_vector_type(2)));
typedef int int3 __attribute((ext_vector_type(3)));
OpenPOWER on IntegriCloud