aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/cuda-simple.cu
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/cuda-simple.cu')
-rw-r--r--test/Driver/cuda-simple.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/cuda-simple.cu b/test/Driver/cuda-simple.cu
index 3dc0babea7b0..fbc5aa141335 100644
--- a/test/Driver/cuda-simple.cu
+++ b/test/Driver/cuda-simple.cu
@@ -1,6 +1,6 @@
// Verify that we can parse a simple CUDA file with or without -save-temps
// http://llvm.org/PR22936
-// RUN: %clang -nocudainc -Werror -fsyntax-only -c %s
+// RUN: %clang -nocudainc -nocudalib -Werror -fsyntax-only -c %s
//
// Verify that we pass -x cuda-cpp-output to compiler after
// preprocessing a CUDA file