diff options
-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 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 <Carbon/Carbon.h> #endif |