[cfe-commits] r160534 - /cfe/trunk/test/FixIt/fixit-include.c

Chandler Carruth chandlerc at gmail.com
Thu Jul 19 17:49:51 PDT 2012


Author: chandlerc
Date: Thu Jul 19 19:49:51 2012
New Revision: 160534

URL: http://llvm.org/viewvc/llvm-project?rev=160534&view=rev
Log:
Remove dos line endings. Please remember to configure your windows SVN
clients to default text files to 'eol-native'.

Modified:
    cfe/trunk/test/FixIt/fixit-include.c

Modified: cfe/trunk/test/FixIt/fixit-include.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/FixIt/fixit-include.c?rev=160534&r1=160533&r2=160534&view=diff
==============================================================================
--- cfe/trunk/test/FixIt/fixit-include.c (original)
+++ cfe/trunk/test/FixIt/fixit-include.c Thu Jul 19 19:49:51 2012
@@ -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;
+}





More information about the cfe-commits mailing list