aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/user_defined_system_framework.c
diff options
context:
space:
mode:
authorDavid Tweed <david.tweed@arm.com>2012-10-25 13:56:30 +0000
committerDavid Tweed <david.tweed@arm.com>2012-10-25 13:56:30 +0000
commita0d5878b7e1c54551c0445354788e4259900c03c (patch)
tree975e6c352e1449d581fd85870073b6ba7849c66e /test/Preprocessor/user_defined_system_framework.c
parentb16abb1bd8ed94c7994836de24915703e6a4e81a (diff)
Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166681 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/user_defined_system_framework.c')
-rw-r--r--test/Preprocessor/user_defined_system_framework.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/user_defined_system_framework.c b/test/Preprocessor/user_defined_system_framework.c
index 23f24f96fd..2ab2a297ec 100644
--- a/test/Preprocessor/user_defined_system_framework.c
+++ b/test/Preprocessor/user_defined_system_framework.c
@@ -1,4 +1,4 @@
-// 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.