diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-07-20 00:49:51 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-07-20 00:49:51 +0000 |
commit | 1687e0ed3595a03040b6e8bf2f27c68c131a4507 (patch) | |
tree | 061c9bb6a8602a635b944a9fbb81ed36ca1fa9b9 /clang/test/FixIt/fixit-include.c | |
parent | 7707e23429cb8327aa19bb6da672621571500e49 (diff) | |
download | bcm5719-llvm-1687e0ed3595a03040b6e8bf2f27c68c131a4507.tar.gz bcm5719-llvm-1687e0ed3595a03040b6e8bf2f27c68c131a4507.zip |
Remove dos line endings. Please remember to configure your windows SVN
clients to default text files to 'eol-native'.
llvm-svn: 160534
Diffstat (limited to 'clang/test/FixIt/fixit-include.c')
-rw-r--r-- | clang/test/FixIt/fixit-include.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/clang/test/FixIt/fixit-include.c b/clang/test/FixIt/fixit-include.c index 9da9409a7ef..51bd9b0dfd5 100644 --- a/clang/test/FixIt/fixit-include.c +++ b/clang/test/FixIt/fixit-include.c @@ -1,13 +1,13 @@ -// RUN: %clang_cc1 -fsyntax-only -Wall -pedantic -verify %s
-// RUN: cp %s %t
-// RUN: cp %S/fixit-include.h %T
-// RUN: not %clang_cc1 -fsyntax-only -fixit %t
-// RUN: %clang_cc1 -Wall -pedantic %t
-
-#include <fixit-include.h> // expected-error {{'fixit-include.h' file not found with <angled> include; use "quotes" instead}}
-
-#pragma does_not_exist // expected-warning {{unknown pragma ignored}}
-
-int main( void ) {
- return 0;
-}
+// RUN: %clang_cc1 -fsyntax-only -Wall -pedantic -verify %s +// RUN: cp %s %t +// RUN: cp %S/fixit-include.h %T +// RUN: not %clang_cc1 -fsyntax-only -fixit %t +// RUN: %clang_cc1 -Wall -pedantic %t + +#include <fixit-include.h> // expected-error {{'fixit-include.h' file not found with <angled> include; use "quotes" instead}} + +#pragma does_not_exist // expected-warning {{unknown pragma ignored}} + +int main( void ) { + return 0; +} |