[clang] a28a466 - [clang-format] Remove redundant test case

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 9 16:41:41 PDT 2023


Author: Paul Kirth
Date: 2023-06-09T23:41:32Z
New Revision: a28a46665529992cefb78049da79f2125f6b6c2d

URL: https://github.com/llvm/llvm-project/commit/a28a46665529992cefb78049da79f2125f6b6c2d
DIFF: https://github.com/llvm/llvm-project/commit/a28a46665529992cefb78049da79f2125f6b6c2d.diff

LOG: [clang-format] Remove redundant test case

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

Added: 
    

Modified: 
    

Removed: 
    clang/test/Format/overlapping-lines.cpp


################################################################################
diff  --git a/clang/test/Format/overlapping-lines.cpp b/clang/test/Format/overlapping-lines.cpp
deleted file mode 100644
index 1a8b4785a506b..0000000000000
--- a/clang/test/Format/overlapping-lines.cpp
+++ /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 


        


More information about the cfe-commits mailing list