diff options
Diffstat (limited to 'clang/test/Format/incomplete.cpp')
-rw-r--r-- | clang/test/Format/incomplete.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/test/Format/incomplete.cpp b/clang/test/Format/incomplete.cpp deleted file mode 100644 index ade38b66a39..00000000000 --- a/clang/test/Format/incomplete.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: grep -Ev "// *[A-Z-]+:" %s > %t2.cpp -// RUN: clang-format -style=LLVM %t2.cpp > %t.cpp -// RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s -// CHECK: {{^\{ "IncompleteFormat": true }} -// CHECK: {{^int\ \i;$}} - int i; -// CHECK: {{^f \( g \(;$}} -f ( g (; |