]> granicus.if.org Git - clang/commitdiff
Reorder stderr redirection in test command.
authorSamuel Antao <sfantao@us.ibm.com>
Tue, 16 Aug 2016 14:38:39 +0000 (14:38 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Tue, 16 Aug 2016 14:38:39 +0000 (14:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278811 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/cuda-detect.cu

index 7bbda1b4a73a9605030366ef0c5e0a55f1bc4a71..22d36062ae5cc7859c76a68d85c0992ceb11808b 100644 (file)
@@ -74,8 +74,8 @@
 
 // Verify that C++ include paths are passed for both host and device frontends.
 // RUN: %clang -### -no-canonical-prefixes -target x86_64-linux-gnu %s \
-// RUN: --stdlib=libstdc++ --sysroot=%S/Inputs/ubuntu_14.04_multiarch_tree2 2>&1 \
-// RUN: --gcc-toolchain="" \
+// RUN: --stdlib=libstdc++ --sysroot=%S/Inputs/ubuntu_14.04_multiarch_tree2 \
+// RUN: --gcc-toolchain="" 2>&1 \
 // RUN: | FileCheck %s --check-prefix CHECK-CXXINCLUDE
 
 // CHECK: Found CUDA installation: {{.*}}/Inputs/CUDA/usr/local/cuda