[clang-format] Remove redundant test case
authorPaul Kirth <paulkirth@google.com>
Fri, 9 Jun 2023 21:15:41 +0000 (21:15 +0000)
committerPaul Kirth <paulkirth@google.com>
Fri, 9 Jun 2023 23:41:32 +0000 (23:41 +0000)
The test is now properly covered in unit tests, and shouldn't have been
added in the initial commit of D152473.

Reviewed By: owenpan

Differential Revision: https://reviews.llvm.org/D152584

clang/test/Format/overlapping-lines.cpp [deleted file]

diff --git a/clang/test/Format/overlapping-lines.cpp b/clang/test/Format/overlapping-lines.cpp
deleted file mode 100644 (file)
index 1a8b478..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format --style=Google 2>&1 | FileCheck %s 
-// CHECK-NOT: The new replacement overlaps with an existing replacement.
-
-#ifdef 
-    
-
-#else 
-#endif