r283280 - [CUDA] Add missing ':' to noexcept.cu test.
Justin Lebar via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 4 17:27:39 PDT 2016
Author: jlebar
Date: Tue Oct 4 19:27:38 2016
New Revision: 283280
URL: http://llvm.org/viewvc/llvm-project?rev=283280&view=rev
Log:
[CUDA] Add missing ':' to noexcept.cu test.
Modified:
cfe/trunk/test/CodeGenCUDA/nothrow.cu
Modified: cfe/trunk/test/CodeGenCUDA/nothrow.cu
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCUDA/nothrow.cu?rev=283280&r1=283279&r2=283280&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCUDA/nothrow.cu (original)
+++ cfe/trunk/test/CodeGenCUDA/nothrow.cu Tue Oct 4 19:27:38 2016
@@ -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 | \
More information about the cfe-commits
mailing list