[clang] 4ceff69 - [test][Sema] Ignore stderr in test
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 17 23:50:54 PDT 2022
Author: Vitaly Buka
Date: 2022-08-17T23:50:35-07:00
New Revision: 4ceff69636e63fcfd5180f2edb88288b4a5cf278
URL: https://github.com/llvm/llvm-project/commit/4ceff69636e63fcfd5180f2edb88288b4a5cf278
DIFF: https://github.com/llvm/llvm-project/commit/4ceff69636e63fcfd5180f2edb88288b4a5cf278.diff
LOG: [test][Sema] Ignore stderr in test
Mixing stdout and stderr may break lines we try to match.
Added:
Modified:
clang/test/SemaTemplate/pr47676.cpp
Removed:
################################################################################
diff --git a/clang/test/SemaTemplate/pr47676.cpp b/clang/test/SemaTemplate/pr47676.cpp
index 428607097c960..7dd0804bd36ca 100644
--- a/clang/test/SemaTemplate/pr47676.cpp
+++ b/clang/test/SemaTemplate/pr47676.cpp
@@ -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
More information about the cfe-commits
mailing list