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