summaryrefslogtreecommitdiffstats
path: root/test/Index
diff options
context:
space:
mode:
authorAlexey Sotkin <alexey.sotkin@intel.com>2018-09-03 12:43:26 +0000
committerAlexey Sotkin <alexey.sotkin@intel.com>2018-09-03 12:43:26 +0000
commit6015562f5f035d03174e5b89e4bad8df6c2d8525 (patch)
tree0fea6d6875c91245593448770c1bc213bee5c884 /test/Index
parent3c3905b5f7a1b5b6eecd091d9f4da495564d5819 (diff)
[Index] Update tests allowing double4 type to be "invalid"
Fixes test failure after r341309 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341314 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index')
-rw-r--r--test/Index/opencl-types.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/opencl-types.cl b/test/Index/opencl-types.cl
index d71893a220..75a584c339 100644
--- a/test/Index/opencl-types.cl
+++ b/test/Index/opencl-types.cl
@@ -21,7 +21,7 @@ void kernel testFloatTypes() {
// CHECK: VarDecl=scalarFloat:13:9 (Definition) [type=float] [typekind=Float] [isPOD=1]
// CHECK: VarDecl=vectorFloat:14:10 (Definition) [type=float4] [typekind=Typedef] [canonicaltype=float __attribute__((ext_vector_type(4)))] [canonicaltypekind=Unexposed] [isPOD=1]
// CHECK: VarDecl=scalarDouble:15:10 (Definition){{( \(invalid\))?}} [type=double] [typekind=Double] [isPOD=1]
-// CHECK: VarDecl=vectorDouble:16:11 (Definition) [type=double4] [typekind=Typedef] [canonicaltype=double __attribute__((ext_vector_type(4)))] [canonicaltypekind=Unexposed] [isPOD=1]
+// CHECK: VarDecl=vectorDouble:16:11 (Definition){{( \(invalid\))?}} [type=double4] [typekind=Typedef] [canonicaltype=double __attribute__((ext_vector_type(4)))] [canonicaltypekind=Unexposed] [isPOD=1]
#pragma OPENCL EXTENSION cl_khr_gl_msaa_sharing : enable