diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2017-12-07 23:10:09 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2017-12-07 23:10:09 +0000 |
| commit | 7c18159bb5e8531984bcbce130c68f6c269b11e6 (patch) | |
| tree | c4f57278a78d8b8f88009a4c8da83f13a37a05a7 | |
| parent | d8f0e6caa91e230a486c948ab643174e40bdf215 (diff) | |
| download | bcm5719-llvm-7c18159bb5e8531984bcbce130c68f6c269b11e6.tar.gz bcm5719-llvm-7c18159bb5e8531984bcbce130c68f6c269b11e6.zip | |
Correct line endings that got mixed up in r320088; NFC.
llvm-svn: 320115
| -rw-r--r-- | clang/test/Preprocessor/has_c_attribute.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/clang/test/Preprocessor/has_c_attribute.c b/clang/test/Preprocessor/has_c_attribute.c index f9e1a5841b4..dc22da7e4cd 100644 --- a/clang/test/Preprocessor/has_c_attribute.c +++ b/clang/test/Preprocessor/has_c_attribute.c @@ -1,12 +1,12 @@ -// 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
-
+// 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 + |

