From: Richard Trieu Date: Mon, 27 Feb 2012 23:40:41 +0000 (+0000) Subject: Fix a test case that was added in r151570. The redirect of output was broken X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2133c86896b2728ea97a9028b97a65cdb695973;p=clang Fix a test case that was added in r151570. The redirect of output was broken so no testing was actually done. Further, the commands produce no output. The redirection has been fixed and the test has been disabled. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151591 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/stats.c b/test/Analysis/stats.c index 004ed3f0d2..dbe11608ed 100644 --- a/test/Analysis/stats.c +++ b/test/Analysis/stats.c @@ -1,4 +1,5 @@ -// RUN: %clang_cc1 -analyze -analyzer-stats %s 2> FileCheck +// RUN: %clang_cc1 -analyze -analyzer-stats %s 2>&1 | FileCheck %s +// XFAIL: * void foo() { ;