forked from OSchip/llvm-project
do not hide clang stderr output during a test
I don't know why this fails on the buildbot. llvm-svn: 207808
This commit is contained in:
parent
37fc0a8ae8
commit
1f03d08a8c
|
@ -1,5 +1,5 @@
|
|||
// RUN: %clang -E -frewrite-includes %s -I%S/Inputs/ | %clang -Wall -Wunused-macros -x c -c - 2> %t.1
|
||||
// RUN: %clang -I%S/Inputs/ -Wall -Wunused-macros -c %s 2> %t.2
|
||||
// RUN: %clang -E -frewrite-includes %s -I%S/Inputs/ | %clang -Wall -Wunused-macros -x c -c - 2>&1 | tee %t.1
|
||||
// RUN: %clang -I%S/Inputs/ -Wall -Wunused-macros -c %s 2>&1 | tee %t.2
|
||||
// RUN: diff %t.1 %t.2
|
||||
// expected-no-diagnostics
|
||||
// REQUIRES: shell
|
||||
|
|
Loading…
Reference in New Issue