From: Eli Friedman Date: Mon, 6 Jun 2011 22:25:48 +0000 (+0000) Subject: Second try at fixing this test, this time without breaking 32-bit Darwin builders. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=618796632d213b875c510d1eb88d5086395d092e;p=clang 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 --- 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 #endif