forked from OSchip/llvm-project
Remove .gitattributes, add comment to lineendings.
llvm-svn: 311732
This commit is contained in:
parent
e404cbff66
commit
26f73e39f1
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue