From e56545f4e182a5c06b952f1d1a91ec20a3b8fb80 Mon Sep 17 00:00:00 2001 From: Erich Keane Date: Thu, 24 Aug 2017 23:25:05 +0000 Subject: [PATCH] Remove .gitattributes, add comment to lineendings. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311732 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Frontend/.gitattributes | 2 -- test/Frontend/system-header-line-directive-ms-lineendings.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 test/Frontend/.gitattributes diff --git a/test/Frontend/.gitattributes b/test/Frontend/.gitattributes deleted file mode 100644 index 03f5ad0e0c..0000000000 --- a/test/Frontend/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Below test validates crlf line endings, so it should stay crlf. -system-header-line-directive-ms-lineendings.c text eol=crlf diff --git a/test/Frontend/system-header-line-directive-ms-lineendings.c b/test/Frontend/system-header-line-directive-ms-lineendings.c index 34a7ec94b0..57b7a27ea4 100644 --- a/test/Frontend/system-header-line-directive-ms-lineendings.c +++ b/test/Frontend/system-header-line-directive-ms-lineendings.c @@ -5,7 +5,7 @@ #include "line-directive.h" // This tests that the line numbers for the current file are correctly outputted -// for the include-file-completed test case. +// for the include-file-completed test case. This file should be CRLF. // CHECK: # 1 "{{.*}}system-header-line-directive-ms-lineendings.c" 2 // CHECK: # 1 "{{.*}}noline.h" 1 3 -- 2.40.0