summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cuda-detect.cu
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/cuda-detect.cu')
-rw-r--r--clang/test/Driver/cuda-detect.cu6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/test/Driver/cuda-detect.cu b/clang/test/Driver/cuda-detect.cu
deleted file mode 100644
index 70076986766..00000000000
--- a/clang/test/Driver/cuda-detect.cu
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %clang -v --sysroot=/tmp/no-cuda-there 2>&1 | FileCheck %s -check-prefix NOCUDA
-// RUN: %clang -v --sysroot=%S/Inputs/CUDA 2>&1 | FileCheck %s
-// RUN: %clang -v --cuda-path=%S/Inputs/CUDA/usr/local/cuda 2>&1 | FileCheck %s
-
-// CHECK: Found CUDA installation: {{.*}}/Inputs/CUDA/usr/local/cuda
-// NOCUDA-NOT: Found CUDA installation:
OpenPOWER on IntegriCloud