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
This commit is contained in:
Eli Friedman 2011-06-06 22:25:48 +00:00
Родитель 2e283f00fe
Коммит 618796632d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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