From: Aaron Ballman Date: Thu, 7 Dec 2017 23:10:09 +0000 (+0000) Subject: Correct line endings that got mixed up in r320088; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=614c7ace15046fd016ddcb28f61cb6cf6b30cc05;p=clang Correct line endings that got mixed up in r320088; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320115 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/has_c_attribute.c b/test/Preprocessor/has_c_attribute.c index f9e1a5841b..dc22da7e4c 100644 --- a/test/Preprocessor/has_c_attribute.c +++ b/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 +