diff options
Diffstat (limited to 'test/Preprocessor/pragma_sysheader.c')
-rw-r--r-- | test/Preprocessor/pragma_sysheader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/pragma_sysheader.c b/test/Preprocessor/pragma_sysheader.c index 2641682..17080fe 100644 --- a/test/Preprocessor/pragma_sysheader.c +++ b/test/Preprocessor/pragma_sysheader.c @@ -1,4 +1,4 @@ -// RUN: %clang -verify -pedantic %s -fsyntax-only +// RUN: %clang_cc1 -verify -pedantic %s -fsyntax-only // RUN: %clang_cc1 -E %s | FileCheck %s // rdar://6899937 #include "pragma_sysheader.h" |