]> granicus.if.org Git - clang/commitdiff
Fix a test case that was added in r151570. The redirect of output was broken
authorRichard Trieu <rtrieu@google.com>
Mon, 27 Feb 2012 23:40:41 +0000 (23:40 +0000)
committerRichard Trieu <rtrieu@google.com>
Mon, 27 Feb 2012 23:40:41 +0000 (23:40 +0000)
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

test/Analysis/stats.c

index 004ed3f0d25e01eaa33634dba92e720ead25d3f2..dbe11608ed84da72e5b3d3fc25c6e01530b76c5e 100644 (file)
@@ -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() {
   ;