Do not attempt to include CUDA headers during the test.

llvm-svn: 253947
This commit is contained in:
Artem Belevich 2015-11-24 02:45:55 +00:00
parent 2af65c4a89
commit d977f4ab99
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// Verify that we can parse a simple CUDA file with or without -save-temps
// http://llvm.org/PR22936
// RUN: %clang -Werror -fsyntax-only -c %s
// RUN: %clang -nocudainc -Werror -fsyntax-only -c %s
//
// Verify that we pass -x cuda-cpp-output to compiler after
// preprocessing a CUDA file