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 | 0ccd98dff05616696f78572c46bf055dc244a605 (patch) | |
tree | b4623decf9b3cfc77f5fac100ecfced66222b6df /test/FixIt | |
parent | e81ce256b62717dd846bd19aecc4115a0dcd4995 (diff) |
Remove dos line endings. Please remember to configure your windows SVN
clients to default text files to 'eol-native'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160534 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FixIt')
-rw-r--r-- | test/FixIt/fixit-include.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/test/FixIt/fixit-include.c b/test/FixIt/fixit-include.c index 9da9409a7e..51bd9b0dfd 100644 --- a/test/FixIt/fixit-include.c +++ b/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; +} |