[OpenCL] Fixed CL version in failing test.

llvm-svn: 314317
This commit is contained in:
Anastasia Stulova 2017-09-27 17:03:35 +00:00
parent 6c5605e772
commit 89a947da72
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -triple "spir-unknown-unknown" %s -emit-llvm -O0 -o - | FileCheck %s
// RUN: %clang_cc1 -cl-std=CL2.0 -triple "spir-unknown-unknown" %s -emit-llvm -O0 -o - | FileCheck %s
typedef char char2 __attribute((ext_vector_type(2)));
typedef char char3 __attribute((ext_vector_type(3)));