diff options
Diffstat (limited to 'test/Preprocessor/user_defined_system_framework.c')
| -rw-r--r-- | test/Preprocessor/user_defined_system_framework.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/test/Preprocessor/user_defined_system_framework.c b/test/Preprocessor/user_defined_system_framework.c index 8e3db5619795..2ab2a297ecbc 100644 --- a/test/Preprocessor/user_defined_system_framework.c +++ b/test/Preprocessor/user_defined_system_framework.c @@ -1,4 +1,5 @@ -// RUN: %clang -cc1 -fsyntax-only -F %S/Inputs -Wsign-conversion -verify %s +// RUN: %clang_cc1 -fsyntax-only -F %S/Inputs -Wsign-conversion -verify %s +// expected-no-diagnostics  // Check that TestFramework is treated as a system header.  #include <TestFramework/TestFramework.h> | 
