diff options
-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 763e968f7a..26416827c0 100644 --- a/test/Preprocessor/pragma_sysheader.c +++ b/test/Preprocessor/pragma_sysheader.c @@ -1,5 +1,5 @@ // RUN: %clang -verify -pedantic %s -fsyntax-only -// RUN: %clang -E %s | FileCheck %s +// RUN: %clang_cc1 -E %s | FileCheck %s // rdar://6899937 #include "pragma_sysheader.h" |