summaryrefslogtreecommitdiffstats
path: root/test/Sema/carbon.c
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2007-12-30 01:38:50 +0000
committerNate Begeman <natebegeman@mac.com>2007-12-30 01:38:50 +0000
commitaabbb12dcb8a7f4ea7dae0ce53a2c84a332844a8 (patch)
tree0badb87a449575021d8733205f1d7e193007bb8c /test/Sema/carbon.c
parentb3ab8dc7d3b2e24259b990ac4ad75abfd07fa1f9 (diff)
Rename stats to print-stats to avoid conflicting with llvm's
stats statistic when clang is built as a dylib. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/carbon.c')
-rw-r--r--test/Sema/carbon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c
index 1756fd4c1c..9c9c378040 100644
--- a/test/Sema/carbon.c
+++ b/test/Sema/carbon.c
@@ -1,4 +1,4 @@
-// RUN: clang %s -fsyntax-only -stats
+// RUN: clang %s -fsyntax-only -print-stats
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif