summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenOpenCLCXX/method-overload-address-space.cl
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenOpenCLCXX/method-overload-address-space.cl')
-rw-r--r--clang/test/CodeGenOpenCLCXX/method-overload-address-space.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenOpenCLCXX/method-overload-address-space.cl b/clang/test/CodeGenOpenCLCXX/method-overload-address-space.cl
index 0864589b051..00220169601 100644
--- a/clang/test/CodeGenOpenCLCXX/method-overload-address-space.cl
+++ b/clang/test/CodeGenOpenCLCXX/method-overload-address-space.cl
@@ -1,4 +1,4 @@
-//RUN: %clang_cc1 %s -triple spir-unknown-unknown -cl-std=c++ -emit-llvm -O0 -o - | FileCheck %s
+//RUN: %clang_cc1 %s -triple spir-unknown-unknown -cl-std=clc++ -emit-llvm -O0 -o - | FileCheck %s
struct C {
void foo() __local;
OpenPOWER on IntegriCloud