diff options
-rw-r--r-- | test/Analysis/stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/stats.c b/test/Analysis/stats.c index 79cc7c3aea..8ba812193c 100644 --- a/test/Analysis/stats.c +++ b/test/Analysis/stats.c @@ -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; |