]> granicus.if.org Git - clang/commitdiff
Delete minimize_source_to_dependency_directives_invalid_error.c
authorHans Wennborg <hans@hanshq.net>
Wed, 28 Aug 2019 09:14:00 +0000 (09:14 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 28 Aug 2019 09:14:00 +0000 (09:14 +0000)
It was added in r370129 with a .gitattributes file that means the file
always shows up as having a local diff in Git checkouts (at least on
Linux). Deleting it until we can figure out the right way to do this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370175 91177308-0d34-0410-b5e6-96231b3b80d8

.gitattributes
test/Lexer/minimize_source_to_dependency_directives_invalid_error.c [deleted file]

index 1f6a5a1132903edf243f928f576f28d6eadfb83a..b48a3e3911adba60776ec4fd1a25148dfd7d7bb9 100644 (file)
@@ -1,4 +1,3 @@
 # Windows line ending tests
 test/Lexer/minimize_source_to_dependency_directives_invalid_error.c text eol=crlf
 test/FixIt/fixit-newline-style.c text eol=crlf
-test/Frontend/system-header-line-directive-ms-lineendings.c text eol=crlf
diff --git a/test/Lexer/minimize_source_to_dependency_directives_invalid_error.c b/test/Lexer/minimize_source_to_dependency_directives_invalid_error.c
deleted file mode 100644 (file)
index c4a4cf3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-// Test CF+LF are properly handled along with quoted, multi-line #error\r
-// RUN: %clang_cc1 -DOTHER -print-dependency-directives-minimized-source %s 2>&1 | FileCheck %s\r
-\r
-#ifndef TEST\r
-#error "message \\r
-   more message \\r
-   even more"\r
-#endif\r
-\r
-#ifdef OTHER\r
-#include <string>\r
-#endif\r
-\r
-// CHECK:      #ifdef OTHER\r
-// CHECK-NEXT: #include <string>\r
-// CHECK-NEXT: #endif\r