summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2016-10-05 00:27:38 +0000
committerJustin Lebar <jlebar@google.com>2016-10-05 00:27:38 +0000
commit4a759ff44c9ed31693902b019ee8f488ad4dc4c9 (patch)
tree2bae3b9559ec489e279bd873f400b17f916e7e27
parent2455f0d013dc7fa311ac3fd7b3fcce166a468cc1 (diff)
downloadbcm5719-llvm-4a759ff44c9ed31693902b019ee8f488ad4dc4c9.tar.gz
bcm5719-llvm-4a759ff44c9ed31693902b019ee8f488ad4dc4c9.zip
[CUDA] Add missing ':' to noexcept.cu test.
llvm-svn: 283280
-rw-r--r--clang/test/CodeGenCUDA/nothrow.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCUDA/nothrow.cu b/clang/test/CodeGenCUDA/nothrow.cu
index aa5bfcdda6a..f001b57981f 100644
--- a/clang/test/CodeGenCUDA/nothrow.cu
+++ b/clang/test/CodeGenCUDA/nothrow.cu
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -std=c++11 -fcxx-exceptions -fexceptions -fcuda-is-device \
// RUN: -triple nvptx-nvidia-cuda -emit-llvm -disable-llvm-passes -o - %s | \
-// RUN FileCheck -check-prefix DEVICE %s
+// RUN: FileCheck -check-prefix DEVICE %s
// RUN: %clang_cc1 -std=c++11 -fcxx-exceptions -fexceptions \
// RUN: -triple x86_64-unknown-linux-gnu -emit-llvm -disable-llvm-passes -o - %s | \
OpenPOWER on IntegriCloud