r370175 - Delete minimize_source_to_dependency_directives_invalid_error.c

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 28 02:14:00 PDT 2019


Author: hans
Date: Wed Aug 28 02:14:00 2019
New Revision: 370175

URL: http://llvm.org/viewvc/llvm-project?rev=370175&view=rev
Log:
Delete minimize_source_to_dependency_directives_invalid_error.c

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.

Removed:
    cfe/trunk/test/Lexer/minimize_source_to_dependency_directives_invalid_error.c
Modified:
    cfe/trunk/.gitattributes

Modified: cfe/trunk/.gitattributes
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/.gitattributes?rev=370175&r1=370174&r2=370175&view=diff
==============================================================================
--- cfe/trunk/.gitattributes (original)
+++ cfe/trunk/.gitattributes Wed Aug 28 02:14:00 2019
@@ -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

Removed: cfe/trunk/test/Lexer/minimize_source_to_dependency_directives_invalid_error.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Lexer/minimize_source_to_dependency_directives_invalid_error.c?rev=370174&view=auto
==============================================================================
--- cfe/trunk/test/Lexer/minimize_source_to_dependency_directives_invalid_error.c (original)
+++ cfe/trunk/test/Lexer/minimize_source_to_dependency_directives_invalid_error.c (removed)
@@ -1,16 +0,0 @@
-// Test CF+LF are properly handled along with quoted, multi-line #error
-// RUN: %clang_cc1 -DOTHER -print-dependency-directives-minimized-source %s 2>&1 | FileCheck %s
-
-#ifndef TEST
-#error "message \
-   more message \
-   even more"
-#endif
-
-#ifdef OTHER
-#include <string>
-#endif
-
-// CHECK:      #ifdef OTHER
-// CHECK-NEXT: #include <string>
-// CHECK-NEXT: #endif




More information about the cfe-commits mailing list