summaryrefslogtreecommitdiffstats
path: root/test/Sema/carbon.c
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-06-06 22:25:48 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-06-06 22:25:48 +0000
commit618796632d213b875c510d1eb88d5086395d092e (patch)
tree22ed2cce3079fdc94265f270d4eb5394b518cc61 /test/Sema/carbon.c
parent2e283f00fe9502150cf41bb1db70a5cd16693794 (diff)
Second try at fixing this test, this time without breaking 32-bit Darwin builders.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132694 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 409ead3d03..045d72c86a 100644
--- a/test/Sema/carbon.c
+++ b/test/Sema/carbon.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -print-stats
+// RUN: %clang -fsyntax-only %s -print-stats
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif