Przeglądaj źródła

[CUDA] Add missing ':' to noexcept.cu test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283280 91177308-0d34-0410-b5e6-96231b3b80d8
Justin Lebar 9 lat temu
rodzic
commit
a85c03256c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      test/CodeGenCUDA/nothrow.cu

+ 1 - 1
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 | \