diff options
Diffstat (limited to 'clang/test/CodeGenCUDA/host-device-calls-host.cu')
-rw-r--r-- | clang/test/CodeGenCUDA/host-device-calls-host.cu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCUDA/host-device-calls-host.cu b/clang/test/CodeGenCUDA/host-device-calls-host.cu index 8140f619361..94796a3c233 100644 --- a/clang/test/CodeGenCUDA/host-device-calls-host.cu +++ b/clang/test/CodeGenCUDA/host-device-calls-host.cu @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -triple nvptx-unknown-unknown -fcuda-allow-host-calls-from-host-device -fcuda-is-device -Wno-cuda-compat -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 %s -triple nvptx-unknown-unknown -fcuda-is-device -Wno-cuda-compat -emit-llvm -o - | FileCheck %s #include "Inputs/cuda.h" |