]> granicus.if.org Git - clang/commitdiff
[CUDA] Add missing ':' to noexcept.cu test.
authorJustin Lebar <jlebar@google.com>
Wed, 5 Oct 2016 00:27:38 +0000 (00:27 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 5 Oct 2016 00:27:38 +0000 (00:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283280 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCUDA/nothrow.cu

index aa5bfcdda6a8fb2f62e8e4cfda0fb92f97df638e..f001b57981fa02a4a88e20726d7af626cc6b339e 100644 (file)
@@ -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 | \