summaryrefslogtreecommitdiff
path: root/test/SemaCUDA/function-target.cu
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCUDA/function-target.cu')
-rw-r--r--test/SemaCUDA/function-target.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCUDA/function-target.cu b/test/SemaCUDA/function-target.cu
index c7a55e2fad83..51bc8c9f559e 100644
--- a/test/SemaCUDA/function-target.cu
+++ b/test/SemaCUDA/function-target.cu
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
-#include "cuda.h"
+#include "Inputs/cuda.h"
__host__ void h1h(void);
__device__ void h1d(void); // expected-note {{candidate function not viable: call to __device__ function from __host__ function}}