]> granicus.if.org Git - clang/commitdiff
Correct line endings that got mixed up in r320088; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 7 Dec 2017 23:10:09 +0000 (23:10 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 7 Dec 2017 23:10:09 +0000 (23:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320115 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/has_c_attribute.c

index f9e1a5841b48a989dfe0dae9ed5c56f870369323..dc22da7e4cd600cf6184443f602a113566e8f5b0 100644 (file)
@@ -1,12 +1,12 @@
-// RUN: %clang_cc1 -fdouble-square-bracket-attributes -std=c11 -E %s -o - | FileCheck %s\r
-\r
-// CHECK: has_fallthrough\r
-#if __has_c_attribute(fallthrough)\r
-  int has_fallthrough();\r
-#endif\r
-\r
-// CHECK: does_not_have_selectany\r
-#if !__has_c_attribute(selectany)\r
-  int does_not_have_selectany();\r
-#endif\r
-\r
+// RUN: %clang_cc1 -fdouble-square-bracket-attributes -std=c11 -E %s -o - | FileCheck %s
+
+// CHECK: has_fallthrough
+#if __has_c_attribute(fallthrough)
+  int has_fallthrough();
+#endif
+
+// CHECK: does_not_have_selectany
+#if !__has_c_attribute(selectany)
+  int does_not_have_selectany();
+#endif
+