From 618796632d213b875c510d1eb88d5086395d092e Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Mon, 6 Jun 2011 22:25:48 +0000 Subject: [PATCH] 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 --- test/Sema/carbon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1