summaryrefslogtreecommitdiff
path: root/test/Format
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-05-15 08:14:19 +0000
committerDaniel Jasper <djasper@google.com>2013-05-15 08:14:19 +0000
commitcaf42a3ef114900fd2ab927d1a13b4db000515e8 (patch)
tree98d949f5e62acbce8154dcba84448c7e5a35d328 /test/Format
parenta8fda85af8ddc91366b5522aee3a78a1fed206f7 (diff)
Remove diagnostics from clang-format.
We only ever implemented one and that one is not actually all that helpful (e.g. gets incorrectly triggered by macros). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Format')
-rw-r--r--test/Format/diagnostic.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Format/diagnostic.cpp b/test/Format/diagnostic.cpp
deleted file mode 100644
index 2e930ee5b7..0000000000
--- a/test/Format/diagnostic.cpp
+++ /dev/null
@@ -1,4 +0,0 @@
-// RUN: clang-format 2>&1 >/dev/null %s |FileCheck %s
-
-}
-// CHECK: diagnostic.cpp:[[@LINE-1]]:1: error: unexpected '}'