aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCUDA/vla.cu
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCUDA/vla.cu')
-rw-r--r--test/SemaCUDA/vla.cu4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaCUDA/vla.cu b/test/SemaCUDA/vla.cu
index f0d1ba595d93..b65ae5e5fe21 100644
--- a/test/SemaCUDA/vla.cu
+++ b/test/SemaCUDA/vla.cu
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -fcuda-is-device -fsyntax-only -verify %s
-// RUN: %clang_cc1 -fsyntax-only -verify -DHOST %s
+// RUN: %clang_cc1 -triple nvptx64-nvidia-cuda -fcuda-is-device -verify %s
+// RUN: %clang_cc1 -triple nvptx64-nvidia-cuda -verify -DHOST %s
#include "Inputs/cuda.h"