summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaOpenCL/invalid-logical-ops-1.2.cl
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaOpenCL/invalid-logical-ops-1.2.cl')
-rw-r--r--clang/test/SemaOpenCL/invalid-logical-ops-1.2.cl3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/SemaOpenCL/invalid-logical-ops-1.2.cl b/clang/test/SemaOpenCL/invalid-logical-ops-1.2.cl
index 96602ce6844..7ba1adbf53e 100644
--- a/clang/test/SemaOpenCL/invalid-logical-ops-1.2.cl
+++ b/clang/test/SemaOpenCL/invalid-logical-ops-1.2.cl
@@ -1,7 +1,6 @@
// RUN: %clang_cc1 %s -verify -cl-std=CL1.2 -triple x86_64-unknown-linux-gnu
-#pragma OPENCL EXTENSION cl_khr_fp64 : enable // expected-warning{{OpenCL extension 'cl_khr_fp64' is core feature or supported optional core feature - ignoring}}
-
+#pragma OPENCL EXTENSION cl_khr_fp64 : enable
typedef __attribute__((ext_vector_type(4))) float float4;
typedef __attribute__((ext_vector_type(4))) double double4;
typedef __attribute__((ext_vector_type(4))) int int4;
OpenPOWER on IntegriCloud