Second try at fixing this test, this time without breaking 32-bit Darwin builders.

llvm-svn: 132694
This commit is contained in:
Eli Friedman 2011-06-06 22:25:48 +00:00
parent b68fe25e3e
commit 6b3411b2fd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 %s -print-stats
// RUN: %clang -fsyntax-only %s -print-stats
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif