diff options
Diffstat (limited to 'test/Sema/carbon.c')
-rw-r--r-- | test/Sema/carbon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c index f0affd2..045d72c 100644 --- a/test/Sema/carbon.c +++ b/test/Sema/carbon.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -target-cpu pentium4 %s -print-stats +// RUN: %clang -fsyntax-only %s -print-stats #ifdef __APPLE__ #include <Carbon/Carbon.h> #endif |