From 4a759ff44c9ed31693902b019ee8f488ad4dc4c9 Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Wed, 5 Oct 2016 00:27:38 +0000 Subject: [PATCH] [CUDA] Add missing ':' to noexcept.cu test. llvm-svn: 283280 --- clang/test/CodeGenCUDA/nothrow.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenCUDA/nothrow.cu b/clang/test/CodeGenCUDA/nothrow.cu index aa5bfcdda6a8..f001b57981fa 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 | \