]> granicus.if.org Git - clang/commitdiff
clang/test/Analysis/stats.c: Fix up r151656.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 Feb 2012 02:04:39 +0000 (02:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 Feb 2012 02:04:39 +0000 (02:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151695 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/stats.c

index 79cc7c3aea013366949aafb3e7cd7502d4981da9..8ba812193c2bee2f49dfeea5fc521d0e0c0ae576 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-stats %s > FileCheck %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-stats %s 2>&1 | FileCheck %s
 
 void foo() {
   int x;