aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA/kernel-call.cu
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCUDA/kernel-call.cu')
-rw-r--r--test/CodeGenCUDA/kernel-call.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCUDA/kernel-call.cu b/test/CodeGenCUDA/kernel-call.cu
index f134624eec19..9b849db908f8 100644
--- a/test/CodeGenCUDA/kernel-call.cu
+++ b/test/CodeGenCUDA/kernel-call.cu
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
-#include "../SemaCUDA/cuda.h"
+#include "Inputs/cuda.h"
__global__ void g1(int x) {}