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


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to