summaryrefslogtreecommitdiffstats
path: root/test/Sema/carbon.c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-12 06:43:05 +0000
committerChris Lattner <sabre@nondot.org>2007-12-12 06:43:05 +0000
commitbeb663677aa20db59da4e5ab7d535804ec6f963c (patch)
tree7bd2a7d107a2fcefb7e1e929280f08ed28a1ed82 /test/Sema/carbon.c
parenta027b86f70f15419da0a8de505e6230d40317e7c (diff)
Unbreak -stats on cocoa.h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44919 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 523526edc9..1756fd4c1c 100644
--- a/test/Sema/carbon.c
+++ b/test/Sema/carbon.c
@@ -1,4 +1,4 @@
-// RUN: clang %s -fsyntax-only
+// RUN: clang %s -fsyntax-only -stats
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif