forked from OSchip/llvm-project
[test][Sema] Ignore stderr in test
Mixing stdout and stderr may break lines we try to match.
This commit is contained in:
parent
56d856c195
commit
4ceff69636
|
@ -1,6 +1,6 @@
|
|||
// RUN: %clang_cc1 -triple=powerpc64le-unknown-linux-gnu \
|
||||
// RUN: -target-feature +altivec -fsyntax-only -ast-dump \
|
||||
// RUN: -xc++ < %s 2>&1 \
|
||||
// RUN: -xc++ < %s \
|
||||
// RUN: | FileCheck %s
|
||||
|
||||
// Ensures that casts to AltiVec type with a dependent expression operand does
|
||||
|
|
Loading…
Reference in New Issue