Skip to content

Commit fedc7be

Browse files
committed
redirect err output to stdout
1 parent e550d0a commit fedc7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/PowerPC/builtins-ppc-bcd-assist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %clang_cc1 -triple powerpc64-unknown-aix -O2 -target-cpu pwr7 \
66
// RUN: -emit-llvm %s -o - | FileCheck %s
77
// RUN: not %clang_cc1 -triple powerpc-unknown-aix -O2 -target-cpu pwr7 \
8-
// RUN: -emit-llvm %s -o - | FileCheck %s --check-prefix=CHECK-32-ERROR
8+
// RUN: -emit-llvm %s -o - 2>&1 | FileCheck %s --check-prefix=CHECK-32-ERROR
99

1010
// CHECK-LABEL: define{{.*}} i64 @cdtbcd_test(i64
1111
// CHECK-NEXT: [[ENTRY:.*:]]

0 commit comments

Comments
 (0)